I want to do permanent redirect using htaccess. For eg :- Redirect permanent /presskit http://example.com/ works fine. But the problem is if it contains special characters, redirect does not works. Redirect permanent /content/how-aaa-loneliness%3A-being http://example.com/
I want to do permanent redirect using htaccess. For eg :- Redirect permanent /presskit
Share
Apache already removed the %-encoding for you, so just add the normal character, optionally adding quotes.