On Jan 19, 2008 1:00 PM, Alain Roger <raf.news@xxxxxxxxx> wrote: > Hi, > > I would like to know how to avoid any user to read the content of my > website folder using is browser? > i mean the if i have the following thing : > > www.myweb.com/welcome/welcome.php > www.myweb.com/welcome/info.php > > if user type www.myweb.com/welcome/, he will see 2 files and the parent > directory tree :-( See: http://wiki.apache.org/httpd/DirectoryListings You can fix this with <Directory /full/path/to/welcome> Options -Indexes </Directory> and possibly DirectoryIndex welcome.php Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx