Enable Directory Listings/Contents using .htaccess

To show or display directory listings, create a .htaccess with the following:
Options +Indexes
To disable directory listings, use the following:
Options -Indexes

Comments

Leave a Reply