Showing posts with label Enable directory listing using .htaccess. Show all posts
Showing posts with label Enable directory listing using .htaccess. Show all posts

Enable directory listing using .htaccess

0 comments

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