Re: Apache2 rewrite URLs with Query string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/3/07, Vincent Bray <noodlet@xxxxxxxxx> wrote:
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].


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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux