gpt4 book ai didi

.htaccess - robots.txt htaccess 阻止谷歌

转载 作者:行者123 更新时间:2023-12-05 00:37:02 26 4
gpt4 key购买 nike

在我的 .htaccess 文件中,我有:

<Files ~ "\.(tpl|txt)$">
Order deny,allow
Deny from all
</Files>

这拒绝读取任何文本文件,但谷歌搜索引擎给了我以下错误:
robots.txt Status

http://mysite/robots.txt

18 minutes ago 302 (Moved temporarily)

如何修改 .htaccess 以允许 Google 读取 robots.txt 同时禁止其他人访问文本文件?

最佳答案

用这个:

<Files ~ "\.(tpl|txt)$">
Order deny,allow
Deny from all
SetEnvIfNoCase User-Agent "Googlebot" goodbot
Allow from env=goodbot
</Files>

关于.htaccess - robots.txt htaccess 阻止谷歌,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7475870/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com