I am trying to let bots
crawl my site with out requiring to authentication but it doesn't work
for some reason. It doesn't even enforce the Basic auth if the
user-agent doesn't match "Googlebot" even though I have Satisfy Any
!! BrowserMatchNoCase Robot is_robot <Location /content/*> AuthUserFile /home/conf/htpasswords AuthName "Restricted Access" AuthType Basic Require valid-user Allow from env=is_robot Satisfy Any </Location> thanks for any help Praveen --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See |