PDA

View Full Version : Question about my home page?


brandon5150
08-31-2001, 12:07 PM
I have two "index" files in my www directory, "index.php" and "index.html".

I want "index.html" to be the default page that shows by default.

Is this possible? How?

Thanks,
Brandon

JoeRT
08-31-2001, 12:13 PM
If the info at http://www.aota.net/HTML/homepage.php3 is still correct, the server will look for an index page in this order...

index.shtml
index.shtm
index.html
index.htm
index.php

So it should go for the index.html before the index.php.


---------------------------
Joe Torsitano
www.weatherforyou.com

-- Who's on first? --

brandon5150
08-31-2001, 08:17 PM
Thanks for the info!