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

Open
#3 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
google-cloud
Domain
cloud

Research direction

No project file or test is identified. Start with the App Engine configuration snippet in the issue and verify how the /(.+)/ static_files rule is handled; done means providing a confirmed way to serve index.html from directories, or documenting why this is not supported.

Written by the indexing model from the issue text.

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.

Dominant language
Python
Stars
221
Forks
29
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from binaryage/drydrop

All issues in binaryage/drydrop

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.