我似乎在任何地方都找不到这个。
我拥有的是一个只提供 html 页面的 appengine 项目。但它仅在文件名“完全”正确时才能正确加载文件。
即mywebsite.com/lastproject/ 加载完美
但mywebsite.com/lastproject 根本不加载
我希望网站在尾随 / 被遗漏时正确加载。我错过了什么???
这是我的 app.yaml
application: websitewithsubfolder
version: 1
runtime: python
api_version: 1
handlers:
- url: (.*)/
static_files: static\1/index.html
upload: static/index.html
- url: /
static_dir: static