Skip to content

Question: how to make index.html the default in all directories? #3

Open
@zzamboni

Description

@zzamboni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions