Forum Moderators: open
Is there any semi-easy non-techie way to ban anyone who comes in with this UA? Using robots.txt doesn't work.
[webmasterworld.com...]
From that thread, jdMorgan suggests:
# Block Java and Python URLlib except from Google and Yahoo
RewriteCond %{HTTP_USER_AGENT} ^(Python[-.]?urllib¦Java/?[1-9]\.[0-9]) [NC]
RewriteCond %{REMOTE_ADDR} !^207\.126\.2(2[4-9]¦3[0-9])\.
RewriteCond %{REMOTE_ADDR} !^216\.239\.(3[2-9]¦[45][0-9]¦6[0-3])\.
RewriteRule .* - [F] You will need to change the
¦ character to a solid pipe and this board alters the character.