Tag-Archive for » Disable directory listing «

Disable directory listing for folders by using .htaccess?

To disable the Directory listing for folders you need to create the .htaccess file under the each an every folder under which you want to disable the Directory listing and insert the following code in .htaccess file.

————
Options -Indexes
————-

How to disable the Directory listing?

To disable the Directory listing for directories you need to create the .htaccess file under the each an every folder under which you want to disable the Directory listing and insert the following code in .htaccess file.

————
Options -Indexes
————

Category: Basic Linux  Tags: ,  Comments off