robots.txt htaccess块Google
在我的.htaccess文件中:
<Files ~ "\.(tpl|txt)$">
Order deny,allow
Deny from all
</Files>
这否认了任何文本文件被读取,但是Google搜索引擎给我以下错误:
robots.txt Status
http://mysite/robots.txt
18 minutes ago 302 (Moved temporarily)
如何修改.htaccess允许Google读取robots.txt,同时禁止其他所有人访问文本文件?
In my .htaccess file I have:
<Files ~ "\.(tpl|txt)$">
Order deny,allow
Deny from all
</Files>
This denies any text file from being read, but the Google search engine gives me the following error:
robots.txt Status
http://mysite/robots.txt
18 minutes ago 302 (Moved temporarily)
How can I modify .htaccess to permit Google to read robots.txt while prohibiting everyone else from accessing text files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用这个:
Use this: