Disbale/Enable Directory browsing in Apache Rumi, December 22, 2008 This can be done either in following ways- Global settings in httpd.conf or Per directory using .haccess Global settings in httpd.conf In httpd.conf search for Options, if Indexes is present Directory browsing is enabled else it is disabled Options All Indexes FollowSymLinks MultiViews (Directory browsing Enabled) Options All FollowSymLinks MultiViews (Directory browsing Disabled) Per Directory based using .htaccess <Directory /usr/your/directory/here> Options Indexes </Directory> Administrations Configurations (Linux)