I want to redirect a url such as www.example.com/new+uploads to another page using htaccess
What I have tried is:
RewriteRule ^new%2Buploads$ /index.php?iid=5
and
RewriteRule ^new+uploads$ /index.php?iid=5
neither of these work, if i remove the + sign, the rewrite works fine, i’ve searched multiple threads on here and google and I cant find anything explaining it!
1 Answer