Frequently Asked Questions on Blocking bots
FAQ/ blocking bots
1
How can I block unwanted bots using the .htaccess file?
If your website is receiving heavy traffic from random or unwanted bots, you can block them by adding rules like this to your .htaccess file:# Block bad botsRewriteEngine OnRewriteCond %{HTTP_USER_AGENT}
More...