Thread
:
What script(s) allow me to return unwanted traffic to its sender?
View Single Post
12-14-2004, 07:57 AM
crockett
in a van by the river
Industry Role:
Join Date: May 2003
Posts: 76,806
put this in your .htaccess
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?domain.com.*$ [NC]
RewriteRule .* domain.com [L]
__________________
In November, you can vote for America's next president or its first dictator.
crockett
View Public Profile
Find More Posts by crockett