redirectMatch problem
this worked perfectly on one host, but I'm having problems with it on a
new host.
redirectMatch 301 ^(.*)bb.html/(.*)$
http://www.blogbloc.com/index.php?PID=1596581
#
The problem is that the ? get's translated to %3f so the url it
redirects to is.
http://www.blogbloc.com/index.php%3fPID=1596581
How do I fix this?
new host.
redirectMatch 301 ^(.*)bb.html/(.*)$
http://www.blogbloc.com/index.php?PID=1596581
#
The problem is that the ? get's translated to %3f so the url it
redirects to is.
http://www.blogbloc.com/index.php%3fPID=1596581
How do I fix this?
