Newbie dot Org HomePage
Visit one of our web buddies
Newbie dot Org
Code Snippets

.htaccess
To list or not to list!

Often it is undesirable to allow Joe Random visitor to sift through the files in directories like cgi-bin/ or graphics/. But sometimes it's nice to let people view the contents of a directory, for example on a publicly available file archive such as http://www.yoursite.com/files would probably want to provide a directory listing to visitors.
To do this simply add the following into a .htaccess file in your /files directory.

"Options Indexes"

To turn off directory listings add
"Options -Indexes"

Posted by Team Newbie on 04/03/00 at 13:37:14