Forum Moderators: DixonJones
213.239.***.* - - [%timestamp%] "GET /mymainentrypoint/ HTTP/1.1" 200 1668 www.-.net "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0" "-" So-called "photo site" hosted on that IP. Went straight to the trap after taking three, four pages.
Will
RewriteCond %{HTTP_USER_AGENT} .*[0-9]$
function and perhaps affect any known legal bots I currently don't think at?
In this case, I'd split the difference between an exact UA match and one that allows some flexibility:
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/[1-9]\.[0-9]+\ \(compatible;
RewriteCond %{HTTP_USER_AGENT} !\)
RewriteRule .* - [F]
Jim