How do I set index.html for the default root web page?
application: dfischerdna version: 1
runtime: python api_version: 1
handlers:
- url: /
static_dir: static_files
This works great when the visitor types http://dfischerdna.appspot.com/index.html
However I would like that when he types this, the index.html web page would be displayed. http://dfischerdna.appspot.com/ -> goes to 404 page