Web Hosting Talk







View Full Version : Directory Browsing


Shepski
12-20-2001, 06:07 AM
Apart from chmod'ing, is there a way of telling the raq for a specific domain not to allow any directory browsing? is it done using a .htaccess file?

TIA

Chicken
12-21-2001, 09:21 AM
You can easily do it with a .htaccess file...

Upload this .htaccess file to the /web directory of the site:

Options -Indexes

Shepski
12-21-2001, 09:35 AM
thanks for that. much appreciated