Re: [PHP-DB] Re: securing directory tree and allowing PHP to work

2002-08-20 Thread leo g. divinagracia iii
bmw wrote: > >>>You could restrict autoindexing through apache's httpd.conf. >>> >>> Look it up in apache's manual. >>> >>>Milan >> > > > This is not my personal web server. It is a remote ISP which provides PHP > and MySQL support. I cannot control the HTTP or PHP server build

Re: [PHP-DB] Re: securing directory tree and allowing PHP to work

2002-08-20 Thread Jeffrey_N_Dyke
If you are running Apache and have access to the httpd.conf file. Comment out AddModule mod_autoindex.c and restart apache. if you like this for some of your directories, then I'd follow Jason's advice. If you are using IIS or another server, I'm sure the same option is available, but I'm just

Re: [PHP-DB] Re: securing directory tree and allowing PHP to work

2002-08-20 Thread Jason Wong
On Tuesday 20 August 2002 16:30, bmw wrote: > >>"Bmw" <[EMAIL PROTECTED]> wrote in message > >>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >> I am trying to find out how I can secure the directory tree of my PHP > >> scripts from the HTTP server without preventing access to my PHP scripts > >>