having issues redirecting from an existing page to another page. I have the URL:
http://www.thedomain.com/webpage-themission.php?wp=The%20Mission
and I want to redirect it to:
http://www.thedomain.com/webpage.php?wp=The%20Mission
I have tried:
RewriteEngine On
RewriteRule ^/webpage-themission.php?wp=The%20Mission$ http://thedomain.com/webpage.php?wp=The%20Mission$1 [L,R=301]
and many other combinations but no such luck, any help would be greatly appreciated!