出于 SEO 的目的,我试图让一些文件可以从http://example.ca/robots.txt之类的 url 访问,但我遇到了一个奇怪的问题。这些文件可以通过 firefox 访问,但 chromium 和 google bot 无法获取这些文件!
我的路线:
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)
# Robots and Humans files
GET /$file<(robots|humans).txt> controllers.Assets.at(path="/public", file)
GET /$file<MJ12_576CD562EFAFA1742768BA479A39BFF9.txt> controllers.Assets.at(path="/public", file)