Question: how to make index.html the default in all directories?
Open
- Dominant language
- Python
- Stars
- 221
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Is there a forum of some other place to ask questions like this?
First of all, drydrop is very very useful! I'm using it to migrate my static web sites to GAE and get rid of a rented dedicated server.
Second, I know this is more of a GAE question, but I thought you may have encountered it - how to make index.html the default file for all directories? I tried the following:
```
- url: /(.+)/
static_files: \1/index.html
upload: /.*
```
But this resulted in a syntax error. I would like if possible to avoid having to add handlers for all my directories.
Thanks a lot.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.