 |
FAQs
How
do I get my home page to load automatically?
You
must name your main loading file one of the following names:
| |
index.html
|
| |
index.htm |
| |
home.html
|
| |
home.htm |
| |
default.html
|
This list
also shows the order of precedence for home page names on our
system. As you can see from the list, "index.html" takes highest
precedence. What this means is that if you have two files in
your main directory, one named "index.html" and one named "index.htm",
our system will treat the file named "index.html" as the home
page. Please keep this in mind when you are naming your home
page.
Also,
be sure to name your home page in lowercase. Our system
will not treat a file with capital letters in it as a home
page. For example, if your try to name your home page as "INDEX.HTM"
or "Index.html", our system will not recognize the file as
a home page. Please keep this factor in mind as well when
you are naming your home page.
All
UNIX and Linux machines are case sensitive. This means that
if you upload your files with upper case letters in them,
then your references in your HTML code must also match the
case. For example, using a link for Thankyou.html
would not work to load a page named thankyou.html.
The easiest way to manage this issue would be to keep everything
in lower case. Also, spaces and special control characters
are generally not a good idea.
|