View Single Post
Old 2006-03-28, 03:32 AM   #2
xxxtreme
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Join Date: Mar 2004
Posts: 51
You could try something like this:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?domain1.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?domain2.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?domain3.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?domain4.com.*$ [NC]
RewriteRule .* http://www.google.com [R,L]


Does a great job on my sites
Btw, I got this from: http://www.htaccesstools.com/block-hitbots/

Last edited by xxxtreme; 2006-03-28 at 03:35 AM..
xxxtreme is offline   Reply With Quote