I know that redirects that involve a URL that contains a "?" is a problem. This character gets translated as "%3f". Has there been an update/fix for this? Are there other characters that are also incorrectly translated? Help!
I know that redirects that involve a URL that contains a "?" is a problem. This character gets translated as "%3f". Has there been an update/fix for this? Are there other characters that are also incorrectly translated? Help!
when i looked at my .htaccess file, i noticed that my older redirects were coded a little bit differently than my newer ones. The newer ones were the ones that had problems with replacing a question mark with %3f. The older ones said "Redirect temp /link url" but the newer ones said "RedirectMatch temp ^/link$ url" so i just deleted the "Match", the "^", and the "$" and now my redirects seem to work fine. Is there a fix so that the new redirects wont have all that extra coding?
It works for me as long as the original address is like http://***.com/ if it's http://***.com/anythinghere then the anythinghere is added to the redirected address
I guess cpanel supports only folder to folder redirects. For special URLs, you need to set them up manually in .htaccess using mod_rewrite. You can check http://forum.modrewrite.com/ for more help on that.