Quote:
Originally Posted by V_RocKs
Code:
RewriteEngine On
RewriteRule ^turd/(.+)$ http://www.adifferentdomain.com [R=301,L]
RewriteRule ^turd/$ http://www.adifferentdomain.com [R=301,L]
|
This is redirecting the home page correctly but:
www.example.com/turd/?p=43
is getting redirected to:
http://www.adifferentdomain.com/?p=43.
I want it to redirect to the homepage as well. I want it to drop the "?p=43". Anyone know what to change?