I am using Python with django framework for a web application. I have made a urls.py entry to serve the robots.txt file, however for some reason it seems like it s not able to serve it up.
url(r ^robots.txt$ , support.views.robot_file ,name="robot_file"),
这种方法用于具有非常相似的切入工作的现场地图。
url(r ^sitemap.xml , support.views.sitemap_file ,name="sitemap_file"),
这导致我只相信为机器人服务。 file立案像我改变它为机器人时一样是一个问题。 txt 。
有些人怎么能够就为什么会发生这一问题提出一些看法?