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.
我使用位于根目录中的 codeigniter 和我的 robots.txt 文件,但它只能从主域访问。搜索机器人试图从子域访问它(我将它用于语言环境):示例:
my.com/robots.txt - OK en.my.com/robots.txt - FAIL
如何从 xx.my.com/robots.txt 重定向到 my.com/robots.txt ?谢谢。
尝试使用RedirectMatch
RedirectMatch
RedirectMatch 301 /robots.txt http://my.com/robots.txt