我试图阻止谷歌、必应、雅虎爬虫被重写,我怎样才能检测到它们?
这似乎不起作用:
RewriteCond %{HTTP_USER_AGENT} !(googlebot|bingbot|yahoo) [NC]
RewriteCond %{REQUEST_URI} !(^|&)images(&|$)
RewriteRule ^images/(.*)$ http://www.mydomain.com/script.php?e=$1 [NC,R]
我相信 googlebot 是大写的(Googlebot),这有什么不同吗?