Apache: Enable/disable folder listings with .htaccess

Create a .htaccess file in the desired folder.
To enable listings:

 Options +Indexes

To disable:

 Options -Indexes

About this entry