PDA

View Full Version : How do I install my htm file as the homepage?


jerrysp
08-31-2008, 02:59 AM
How can I setup my website to open with my htm file as the homepage?

http://www.lvrny.net/

I just have Index of/

oesxyl
08-31-2008, 03:21 AM
How can I setup my website to open with my htm file as the homepage?

http://www.lvrny.net/

I just have Index of/
rename the page you want to be your main page as index.htm, or better index.html.

best regards

mlseim
08-31-2008, 03:21 AM
Change the filename of "home.htm" to "index.htm".

"index.htm", "index.html", "index.php" are the default
filenames for entering a directory without specifying
a filename. Since it can't find any file called "index",
it doesn't know which one to open.

jerrysp
08-31-2008, 03:51 PM
Thanks very much for the help I needed. As you can see it works now.