Atm, when trying to access
www.eyalw.com/1keyboard/ you get nothing,
but when accessing www.eyalw.com/1keyboard
you get the correct page.
this is the current 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"
FORCE_SCRIPT_NAME = ""to your django settings – Hedde Feb 13 at 21:41