When you FTP to your site you will see several
folders. All web pages must be placed in the /www/
folder. When you initially set up your FTP program
with the passwords and username that we supply,
make sure that in the field where it asks "remote
directory" tpe in /www/
My start page will not show up when someone
visits the site.
Once more double check that you actually did
upload into the /www/ folder. If you have, then
...
The Web Server loads the default document.
The default document is your start page and
must be called one of the following:
Index.html Index.cfm Index.asp Index.htm Index.shtml
Default.htm Default.asp Index.shtm
Do not call your first page
"main-page.html or first-page.html"
etc. Call it index.html or one of the names
above.
The Server searches through your web directory
until it finds the document to display and our
Servers search in the follwing order.
• Index.html
• Index.cfm
• Index.asp
• Index.htm
• Index.shtml
• Default.htm
• Default.asp
• Index.shtm
Therefore if you want Index.asp to display,
the you must remove or rename any files in that
directory above it in the search order. Example:
I want Index.htm to display. I need to make
sure that there is no existing file called index.asp
or index.html. If so, I would delete or rename
them something else.
|