On 04/07/07, XC <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to