Good to see you Gecko.
I am not sure if I am allowed to post this but here was an email from my server and the script used. His reference to "persistent one" is one of the bots. One of my questions to him after this was can you wildcard using "*" or do you require separating ip's by comma. All I know is we would like to run a clean site, no monkey wrenches thrown in. Any help would be appreciated.
Hi Daniel,
This is definitely a persistent one.
Here is info from the link you provided me on how to block a specific IP:
# permanently redirect specific IP request for entire site
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REMOTE_HOST} 77\.88\.26\.27 #Replace this IP with the IP that you want to block
RewriteRule \.shtml$
http://www.youtube.com/watch?v=oHg5SJYRHA0 [R=301,L]
This script would need to be added to the .htaccess file
I have already added script to block 213.186.127.11
You need to have your administrator add any other IP's that need to be blocked.
This is a nasty way to block someone, but they diserve it if they are gobbling up your bandwidth.
Cheers
Daniel