Assuming you are running Apache... If you have permissions to modify the httpd.conf file, add:
Options -Indexes ...to your directory container <Directory "/path/to/your/webroot"> If you don't have access to modify the httpd.conf file, add a file .htaccess in your web root and use the line shown above. (restart server). --Jim >>> "The Gabster" <[EMAIL PROTECTED]> 05/06/02 03:26PM >>> How can I stop people from seeing in the browser the content of my web folders? For example if I have a folder called "newsgroup", right now if they type http://www.mydomain.com/newsgroup/, they can see the index of that folder... I do not want this... PLease help. thanks, gabi. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php