Sunday, 15 May 2011

Enable directory listing using .htaccess


Create a .htaccess file with the following:
Options +Indexes
IndexOptions +FancyIndexing
To ignore certain files, use IndexIgnore:
IndexIgnore *.php

No comments:

Post a Comment