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
Le 02/06/2012 15:27, Daniel Ruggeri a écrit :
RewriteCond !%{HTTP_COOKIE} LetMeIn
RewriteRule .* /path/to/maintenance.html [L]
Elegant !
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
Fo
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
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
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