Log in

View Full Version : Really Basic Question


Jair
09-12-2008, 06:02 PM
If I have both index.htm and index.php (vbulletin) in my main directory, how do I default it so that index.htm comes up whenever mydomain.com is typed in.

CtrlAltDel
09-12-2008, 06:06 PM
use an .htaccess file

place in the same folder, and have the file contain


DirectoryIndex index.htm index.php