Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Jean-Christophe Boggio
Michael, Thanks again for your help. Le 02/06/2012 14:55, Michael Streeter a écrit : I'm afraid I'm stumped on that one. I too would expect that voir.html wouldn't be opened with the rewrite in place. Good to know. I don't use rewriting usually so I was not sure if I understood the docs cor

Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Michael Streeter
On 06/02/2012 06:19 AM, Jean-Christophe Boggio wrote: Michael, Thanks for your reply. Le 02/06/2012 03:35, Michael Streeter a écrit : To clarify, are you looking to have the URL in the browser change? If so, change the [L] in the RewriteRule lines to [LR]. No, I want that when they try to re

Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Jean-Christophe Boggio
Michael, Thanks for your reply. Le 02/06/2012 03:35, Michael Streeter a écrit : To clarify, are you looking to have the URL in the browser change? If so, change the [L] in the RewriteRule lines to [LR]. No, I want that when they try to reach : http://medecine-et-enfance.net/archives/voir.ht

Re: [users@httpd] Problem with URL Rewriting

2012-06-01 Thread Michael Streeter
On 05/30/2012 08:39 AM, Jean-Christophe Boggio wrote: Hello, I have a problem with URL Rewriting. I'm trying to transform URLs of the form : http://medecine-et-enfance.net/archives/voir.html?file=J_2005_01_039.pdf to http://medecine-et-enfance.net/showpdf.html?file=J_2005_01_039.pdf I have def

Re: [users@httpd] Problem with URL Rewriting

2012-06-01 Thread Jean-Christophe Boggio
Sorry to insist, anyone has an idea on this issue please ? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Problem with URL Rewriting

2012-05-30 Thread Jean-Christophe Boggio
Hello, I have a problem with URL Rewriting. I'm trying to transform URLs of the form : http://medecine-et-enfance.net/archives/voir.html?file=J_2005_01_039.pdf to http://medecine-et-enfance.net/showpdf.html?file=J_2005_01_039.pdf I have defined the following in the VirtualHost : Rewrit