Forum Moderators: open
Their site is at [jakarta.apache.org...]
Is this the way to add it to my .htaccess file?
RewriteCond %{HTTP_USER_AGENT} ^Jakarta Commons-HttpClient/2.0rc2 [NC,OR]
Thanks.
This was probably someone who used it to write a robot, and did not change the default user-agent string.
However, there is no reason you'd want to block *only* version 2.0, release candidate 2, so leave that off.
RewriteCond %{HTTP_USER_AGENT} ^Jakarta\ Commons-HttpClient/ [NC,OR]
Jim