Hi,
I have the following entry in my Awstats file:
Unknown robot (identified by 'bot*')
How can I block this bot? I tried the following separately but none of them seems to be catching it:
RewriteCond %{HTTP_USER_AGENT} ^bot*
RewriteCond %{HTTP_USER_AGENT} bot\*
RewriteCond %{HTTP_USER_AGENT} bot[*]
Thanks for any ideas.