PDA

View Full Version : help?


bongsusahn
10-12-04, 05:41 PM
How do I set it to load my webpage when someone types main adress? now in parent directory

BerksWebGuy
10-12-04, 05:43 PM
Make your homepage file index.html (or index.htm, index.php or similiar).

Upload into your htdocs folders, which is where you put all web-accessible items like web pages and images.

tbonekkt
10-12-04, 05:43 PM
1) Make sure you've uploaded your files into htdocs
2) Watch capitalization: Index.html is different than index.html

Here's the order we serve pages in:

index.htm
index.html
index.shtml
index.shtm
index.php
index.php3
default.htm


<EDIT> Slow this time ;) </EDIT>

bongsusahn
10-12-04, 05:57 PM
noice