View Single Post
Old 2006-11-03, 03:21 PM   #2
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
This, in your htaccess, might work:

Code:
SetEnvIfNoCase Referer ".*(baddomainname).*" BadReferrer
order deny,allow
deny from env=BadReferrer
Haven't tried it out though, as I've not had a reason to, just yet.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote