When I run the AdminTools ".htaccess maker" it generates an .htaccess file with
SetEnvIf user-agent "(?i:WebBandit)" stayout=1 SetEnvIf user-agent "(?i:webbandit)" stayout=1 SetEnvIf user-agent "(?i:Acunetix)" stayout=1
etc.
My question is this:
Is the format
SetEnvIf user-agent "(?i:anybot-name)" stayout=1
a correct format?
It ".htaccess maker" used to generate the lines as:
SetEnvIf user-agent "anybot-name" stayout=1
Please let me know if the new format is a valid one.
Thanks