|
This usually occurs due to one of two reasons:
Improper naming of your web site's home page.
You need to ensure that your default/home page, i.e. the one that displays when
typing your domain name into a browser, is named either :
- index.html
- index.htm
- index.php
The file name should also be all lowercase. The reason for needing to name
your default page one of the above is that web servers are programmed to look
for particular files when your domain name is fetched.
Uploading to the wrong folder
All your web pages need to be in the httpdocs folder and your home page
should be directly under httpdocs, not in a sub-folder. Uploading to the wrong
folder is a very easy mistake to make, so even if you're sure you did so, double
check.
|