> RewriteCond %{QUERY_STRING} ^b=(.*)$
> RewriteRule a\.php /b.php?%1
Thank you Sir, that works perfectly.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> f
I've asked on a few IRC channels with no fix :(
Server version:
Apache/2.0.55
URL:
http://www3/a.php?b=moo
Error:
404 Not Found
The requested URL /a.php was not found on this server.
.htaccess contents:
RewriteEngine On
RewriteRule ^/*a\.php\?b=(.*)$ /b.php?a=$1
log_rewrite contents:
192.168.1