When setting up the structure to my website that includes private and public files I often found a need for a way for certain folders NOT to display a list of its containing files. After searching the web I found it well as a nice link with some .htaccess know how.
Removing Indexes
Options -Indexes
Adding Indexes
Options +Indexes
As simple as that! Here is the link I found that might come in pretty handy.
http://www.hostingmanual.net/other/htfun.shtml


Leave a Reply