Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a URL points to a directory, look for an index.html #4

Merged
merged 1 commit into from
Jun 6, 2017
Merged

If a URL points to a directory, look for an index.html #4

merged 1 commit into from
Jun 6, 2017

Conversation

bendemboski
Copy link
Owner

This is the default behavior of web servers. We still have the ultimate fallback to the indexPath if we can't find index.html, but now if you specify a directory that contains an index.html, we'll serve that index.html.

This is the default behavior of web servers. We still have the ultimate fallback to the indexPath if we can't find index.html, but now if you specify a directory that contains an index.html, we'll serve that index.html.
@pichfl
Copy link
Collaborator

pichfl commented Jun 6, 2017

Sounds reasonable.

@bendemboski bendemboski merged commit 148a727 into bendemboski:master Jun 6, 2017
@bendemboski bendemboski deleted the index-in-dirs branch June 6, 2017 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants