Facebook

How do I get my page to load automatically?

A homepage file is typically named “index”.

You must name your file either “index.htm”, “index.html”, or “index.php” according to your web development structure. Be sure to name everything in lowercase, not “INDEX.HTML” . Also, this file must be located within your public_html directory.

If you are using a CMS like WordPress, the package of files you received should be equipped with a proper index file and function properly after you have uploaded the entire file set.

Keep in mind that by default, your hosting account has an index.html file with some basic instructions for your account and our company logo. In order for visitors to see your new index page, instead of the default index page, you will need to do one of the following:

A) Name your homepage “index.html” and replace the default index.html file in your account with your new file when you upload.
or
B) Delete the default index.html file from your account and upload your new index file.

Note: .html files take precedence over .htm files. Therefore, if you leave the default WEBii index.html file in your account, and upload your new homepage file called index.htm to your account, visitors are still going to see the default WEBii index.html page. In this case, you should either:

A) Delete the index.html default file.
or
B) Rename your index.htm file to “index.html”