|
|
|
#1 |
|
A little nonsense, now and then, is relished by the wisest men
|
Bad bot blocking?
Does anyone know how to block bad bots?
Thanks, Bill
__________________
TrafficHolder.com - Buy/Sell Adult Traffic |
|
|
|
|
|
#2 |
|
Vagabond
|
By IP or coming from a certain domain?
|
|
|
|
|
|
#3 |
|
A little nonsense, now and then, is relished by the wisest men
|
Agent name.
I found this agent name as one of the latest visitors: EirGrabber So I did a google search for "EirGrabber" and it turns out it's a bad bot. Is that right? Now when I go and check my latest visitor stats, I can't find it anymore. Bill
__________________
TrafficHolder.com - Buy/Sell Adult Traffic |
|
|
|
|
|
#4 |
|
Vagabond
|
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]
![]() Last edited by swedguy; 2005-02-17 at 01:13 PM.. |
|
|
|
|
|
#5 |
|
A little nonsense, now and then, is relished by the wisest men
|
Thanks!
Bill
__________________
TrafficHolder.com - Buy/Sell Adult Traffic |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|