我编辑了 .htaccess 并输入了一个代码以允许Google Bot并阻止垃圾邮件机器人:
SetEnvIfNoCase User-Agent .*google.* search_robot
SetEnvIfNoCase User-Agent .*yahoo.* search_robot
SetEnvIfNoCase User-Agent .*bot.* search_robot
SetEnvIfNoCase User-Agent .*ask.* search_robot
Order Deny,Allow
Deny from All
Allow from env=search_robot
然后使用FTP上传.htaccess。我刷新了网站,现在显示了Apache 2测试页面。
我该怎么办?帮助PLS!