What are the downside of not having an index.html file to some directories
Posted
by Pennf0lio
on Stack Overflow
See other posts from Stack Overflow
or by Pennf0lio
Published on 2010-05-31T16:47:29Z
Indexed on
2010/05/31
16:53 UTC
Read the original article
Hit count: 184
Hi,
I'm curious what are some effects/downside of not putting an index.html file to your directories (e.g images). I know when an index file is not present to a directory, files inside that directory are no longer private and will be visible to the browsers when point (eg yoursite.com/images/). Aside from that what are some big effects to consider? and how to properly secure them.
thanks!
© Stack Overflow or respective owner