On 04/07/07, XC <lihao0129@xxxxxxxxx> wrote:
I changed the third line into the following: RewriteRule ^/$ /lib/doc/%{QUERY_STRING}.html? [L] But it is not working? Can someone give me some suggestions on how to fix this problem? I am using: Apache/2.0.55, Ubuntu 6.06.
Just a wild guess, try RewriteEngine on RewriteCond %{QUERY_STRING} !^$ RewriteRule ^/$ /lib/doc/%{QUERY_STRING}.html? [L,PT] If the redirect worked but the same rule without [R] doesn't, it's presumably not the rule at fault but "something else". Hence [PT]. -- noodl --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx