Hi Joshua, i did the following thing but it does not work, even if i restarted apache services (under windows) <Directory "D:/webserver/myweb/welcome/"> Options -Indexes Deny from all </Directory>
what's wrong ? A. On Jan 19, 2008 7:56 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Jan 19, 2008 1:00 PM, Alain Roger <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > " from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alain ------------------------------------ Windows XP SP2 PostgreSQL 8.2.4 / MS SQL server 2005 Apache 2.2.4 PHP 5.2.4 C# 2005-2008