This topic created in 4846 days ago, the information mentioned may be changed or developed.
(r"/robots.txt", index.RobotHandler),
(r"/robots.tx", index.RobotHandler),
(r"/robot.txt", index.RobotHandler)
这几个url就是/robots.txt没法访问
1 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
mkeith Jan 19, 2013
已解决 直接把robots.txt扔到static目录下就好了
|