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
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
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
> >>