<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>

If you want to turn auto-indexing  (listing of folder contents) off, just
find the Directory directive for your document root and remove Indexes from
Options. It should look something like this:

<Directory />
AllowOverride None
Options MultiViews FollowSymLinks
Order allow,deny
Allow from all
</Directory>

----- Original Message -----
From: "Julius Najzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 26, 2002 10:02 AM
Subject: [PHP-INST] Thanks for the help, now I have another minor problem.


> this one shouldn't be too hard.  got PHP working on my system fianlly. but
> when I load the page up it won't load index.php it instead it llooks for
an
> index.html and when it can't find one it just displays all the files in
the
> root system folder.  been looking around in the httpd.conf file but can't
> find anything to set what file for it to look for.
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to