View Single Post
Old 2005-02-17, 12:09 PM   #4
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
Put this in your .htaccess. Notice that there's no OR in the last RewriteCond
Code:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^.*eirgrabber [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^.*another_bad_bot [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^.*third_bad_bot [NC]
RewriteRule .* - [F,L]
But I wouldn't really sweat over it

Last edited by swedguy; 2005-02-17 at 12:13 PM..
swedguy is offline   Reply With Quote