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