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
View this page on GitHub.
Posted .

Comments

Leave a Reply