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

Use index.html in links where appropriate #65

Open
dschmidt opened this issue Apr 26, 2018 · 0 comments
Open

Use index.html in links where appropriate #65

dschmidt opened this issue Apr 26, 2018 · 0 comments
Assignees

Comments

@dschmidt
Copy link
Contributor

dschmidt commented Apr 26, 2018

For example in the top-level index.html code like this is generated:
<tr><td class='folder'><a href='myProject/' class='opener' data-path='myProject'>[+]</a> <a href='myProject/'>myProject/</a></td><td></td></tr>

The myProject folder does contain an index.html which is served by a properly configured webserver. If you just look at local files or an improperly configured web server, you will probably receive an error or look at an autogenerated index. One example where you don't really have control over the webserver is when serving artifacts from continous integration.
For this cases I would suggest to just always link to the index.html.

If someone prefers "pretty urls", this could be an option of the generator or the webserver would need to be configured to redirect from /index.html to /.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants