|
htaccess redirect and encoding...
I've created a redirect in cpanel.
It adds a RedirectMatch line in .htaccess
One of the URLs in the RedirectMatch line has a "?" question mark. This gets passed to the browser as %3F (ascii code I think) which of course fails to resolve and the client gets a 500 error.
How do I make sure a "?" is passed to the browser just as it appears in .htaccess?
|