Page 1 of 1

im a IIS person, but...

PostPosted: 28. May 2008 16:54
by admindell
how do i turn off dir browsing in xampp?

dont i use a .htaccess thing?

PostPosted: 29. May 2008 21:11
by Dave_L
Place this line in the directory's .htaccess file:

Options -Indexes

Or if you want to do it globally, you can place it in the httpd.conf file for the relevant directories.

PostPosted: 30. May 2008 08:40
by LooseCannon
... or in the httpd-vhosts.conf file if you want it to apply to specific sites.