【发布时间】:2010-09-27 16:32:08
【问题描述】:
这个 robots.txt 文件是否只允许 googlebot 为我网站的 index.php 文件编制索引? CAVEAT,我有一个 htaccess 重定向,输入
的人http://www.example.com/index.php
被重定向到简单的
http://www.example.com/
所以,这是我的 robots.txt 文件内容...
User-agent: Googlebot
Allow: /index.php
Disallow: /
User-agent: *
Disallow: /
提前致谢!
【问题讨论】:
标签: .htaccess robots.txt