apache-ultimate-bad-bot-blocker
apache-ultimate-bad-bot-blocker copied to clipboard
[BUG] unnecessary rules
This file:
https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/blob/master/_htaccess_versions/htaccess-mod_rewrite.txt#L15
The last two rules referes to spambot but spambot is nowhere to be found in rule number 1.
I do not think there is any need to include
For Apache 2.2 Use
<IfModule !mod_authz_core.c> <IfModule mod_authz_host.c> Order allow,deny Allow from all Deny from env=spambot </IfModule> </IfModule>