pioneers / website

PiE's public-facing website, built on Jekyll.
https://pioneers.berkeley.edu
Apache License 2.0
5 stars 47 forks source link

Remove "Index of /___" Pages #497

Open jeromew21 opened 6 years ago

jeromew21 commented 6 years ago

https://pioneers.berkeley.edu/compete/

Yikes.

jeromew21 commented 6 years ago

This is related to the earlier issue about serving the site as a static site with the ruby dev server.

Probably could be fixed by adding index pages to the exposed subfolders.

kev-chien commented 6 years ago

So if we change it to production mode this will disappear?

Also, I think we could look into redirecting such URLs, I believe there were some examples in the repo. But it would be something to move away from in the long-term.

jeromew21 commented 6 years ago

Yeah, switching to a production server would probably fix this, but we should also look into redirects, because otherwise we'd just get 404 errors on these pages.