Jun 26, 2009

Enable/Disable display of list of files in directory

When going to http://yoursite.com/afolder/ you may or may not wish the user to see the list of files.

Heres how to do it via the .htaccess file:

To enable directory listing:

Options +Indexes


To disable directory listing:

Options +Indexes




You can specify how to show the files.
To display icons, file sizes, etc, FANCY style:

IndexOptions +FancyIndexing


You can also hide certain files:

IndexIgnore *.gif *.jpg *.php

No comments:

Post a Comment