Re: [EMAIL PROTECTED] how to prevent directory listing

2006-07-03 Thread Martin Kutter
[cite] > 2. .htaccess-File, insert the following line: > Options +Indexes > --> This will only work if your apache.conf (or httpd.conf, or > apache2.conf) allows .htaccess-configuration (AllowOverride etc.) [/cite] Error in line 2. If you want to 'prevent' directory listing it's: Options -Indexes

Re: [EMAIL PROTECTED] how to prevent directory listing

2006-07-03 Thread Martin Kutter
Hi Rajesh > How can I prevent directory listings of my server? To prevent directory listing, you have (as far as I know) 3 options: 1. Put an empty index/default-Page in each directory (i.e. index.html) --> of course, this is inefficient, but works (there are still hosters out there, that offe