Frequently Asked Questions
Question How to name the default start up page? Answer The default start pages should be named one of these: 1. default.htm (recommended) 2. default.asp 3. default.aspx 4. index.htm 5. index.html 6. index.php When you named your web page with one of the name above, visitors can easily access your page by specifying the path only (without the page name). Example: if your page is named default.htm, visitors can access your page by http://www.yoursite.com if your page is named something-else.htm, visitors must access your page by it's full URL, http://www.yoursite.com/something-else.htm