Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该使用什么 .htaccess rewriterule 来检测已知的机器人,例如大型机器人:
altavista、谷歌、必应、雅虎
我知道我可以检查他们的 ips 或主机,但有更好的方法吗?
RewriteCond %{HTTP_USER_AGENT} AltaVista [OR] RewriteCond %{HTTP_USER_AGENT} Googlebot [OR] RewriteCond %{HTTP_USER_AGENT} msnbot [OR] RewriteCond %{HTTP_USER_AGENT} Slurp RewriteRule ^.*$ IHateBots.html [L]