Knowledgebase

Naming your homepage

Naming your Website Homepage.

Is there a certain name I need to give to my Home Page?

You need to make sure the file that you want to be your home page is named using one of the following names.
 
“index.php” / “index.htm” / “index.html” / “index.shtml”
"home.php" / "home.htm" / "home.html" / "home.shtml"
“default.php” / “default.htm” / “default.html” / “default.shtml”
 
It is very important that you use all lowercase letters or your site will not be visible. The most common mistake is using a capital “I” as the first letter.

You can label the Home Page link in your navigation bar “Home” or anything else you wish, but the actual file name for that page MUST be named using any of the above to work properly.

Please also be aware that "index.html" will take priority over "index.php" so if you upload 2 index files of .html and .php, the .html page will always be the visible page.

  • 1 Users Found This Useful

Was this answer helpful?

Related Articles

Creating PHPinfo files

When you first setup your hosting account with you you will probably want to see whats available,...

PERL Date command

I am adapting a PERL script to fit my website, and I need a 'path to the Date command' to...

Useful META TAGS

Note the keywords "HTTP-EQUIV", "Name" and "Content" are case-insensitive. Their values are also...

Using MP3 Files on your website

If you wish to use .mp3 files within your website then please read this carefully as we do check...