Forum Moderators: phranque
When I setup an entry like this:
RewriteRule ^(.*)$ [example.com...] [P]
This works great for directories (that exist), but when I use a query string (http://www.sitea.com/?test=22), it fails like this:
The requested URL /?test=22 was not found on this server.
Apache/1.3.27 Server at www.example.com Port 80
I have tried:
RewriteRule ^(.*)$ [example.com...] [P][PSA]
RewriteRule ^(.*)$ [example.com...] [P]
RewriteCond %{QUERY_STRING} (.*)
RewriteRule ^(.*)$ [example.com...] [P]
What am i missing?
Thanks
Bill
Looks like an apache bug maybe?
[issues.apache.org...]
Anyone know a work-around for this?
Thanks