View Single Post
Old 04-06-2009, 11:07 AM  
Kard63
Confirmed User
 
Kard63's Avatar
 
Join Date: Nov 2003
Location: 237 619 975
Posts: 8,944
Quote:
Originally Posted by V_RocKs View Post
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?
__________________
Kard63 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote