View Single Post
Old 10-18-2006, 05:24 AM  
quantum-x
Confirmed User
 
quantum-x's Avatar
 
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
Quote:
Originally Posted by darksoul View Post
the right way:

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www.)?othersite.com.*$ [NC]
RewriteRule .* http://www.google.com [R,L]
or the perfect way

Quote:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www.)?othersite.com.*$ [NC]
rewriteRule .* http://www.final-site.com/ [R=301,L]
quantum-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote