On 7/3/07, Vincent Bray <[EMAIL PROTECTED]> wrote:
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].


Hi, Vincent:

so great, it's exactly what I am looking for, and you just solved my
problem.. :-) Thank you so much, and have a really nice day. :-)

Best wishes,
Lihao

---------------------------------------------------------------------
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