I'm trying to figure out how I set up Apache to first check for an index.php then index.shtml then index.html so it'll give the php then ssi index pages before an html index.
Thanks.
Longhaired Genius
8:59 pm on Jul 12, 2004 (gmt 0)
This is possible but is it wise? Why not have just one index page like every other site on the web?
jatar_k
9:01 pm on Jul 12, 2004 (gmt 0)
the directive is DirectoryIndex, and it is the order of the extensions that is important
And because I have several sites that use different formats on my PC which I use for dev. I find it easier to navigate the site to check changes rather than move through the directores in Apache.