Correction: [OT] Psychelone and other bad bots

FlexibleLearning at aol.com FlexibleLearning at aol.com
Fri Jul 28 09:29:15 EDT 2006


Correction to the .htaccess syntax I just posted  that blocks spammer bad 
bots...

SetEnvIfNoCase User-agent "Arellis"  spammer=yes
SetEnvIfNoCase User-agent "Indy Library"  spammer=yes
SetEnvIfNoCase User-agent "psycheclone"  spammer=yes
SetEnvIfNoCase User-agent "Xenu_Link_Sleuth"  spammer=yes
SetEnvIfNoCase User-agent "Zeus_" spammer=yes
<Limit GET  POST PUT>  
Order allow,deny
deny from  env=spammer
allow from all
</limit>
deny from  208.66.195.0/28  

Only the directives can live between the tags; anything you want to block  
must live below the endTag it seems.
 
/H



More information about the use-livecode mailing list