[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache and PHP don't quite work



Hi Jamin,

>    <IfModule mod_dir.c>
>       DirectoryIndex index.html index.htm index.shtml index.cgi
>    </IfModule>
> 
> Just add "index.php" to that line and restart Apache.

Yup, and do remember that these filenames are searched in order of
appearance. If you add index.php at the end, apache will look for
index.{html,htm,shtml,cgi} before finding index.php.

If you mostly use .php extensions, I'd put index.php before index.html.

Bye... Nico



Reply to: