自动取款机,尝试访问时
www.eyalw.com/1keyboard/ 你什么也得不到,
但是当访问 www.eyalw.com/1keyboard
你得到正确的页面。
这是当前的 yaml:
application: eyalwcom
version: 1
runtime: python27
api_version: 1
threadsafe: no
handlers:
- url: /
static_files: static/index.html
upload: static/index.html
- url: /1keyboard
static_files: static/1keyboard.html
upload: static/1keyboard.html
- url: /
static_dir: static
libraries:
- name: webapp2
version: "2.5.2"