View Single Post
Old 03-29-2005, 02:04 AM  
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
use this in your .htaccess file.

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.*).DOMAINTOBLOCK.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://DOMAINTOBLOCK.com/ [NC]
RewriteRule /* http://DOMAINTOSENDTRAFFICTO.com/ [R,L]
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote