Hello,
I have added exclude rule to ModSecurity in /etc/apache2/conf.d/modsec/modsec2.user.conf to whitelisting Googlebot from being blocked, but it doesn't work. Googlebot will still blocked if accessing to robots.txt.
What is wrong with my rule?
Thank you
Michael
I have added exclude rule to ModSecurity in /etc/apache2/conf.d/modsec/modsec2.user.conf to whitelisting Googlebot from being blocked, but it doesn't work. Googlebot will still blocked if accessing to robots.txt.
SecRule REMOTE_ADDR "^66\.249\.xxx\.xxx$" "id:1,phase:1,nolog,allow,ctl:ruleEngine=Off"
What is wrong with my rule?
Thank you
Michael