Knowledgebase

What should I call my default page?

The first page of your website should always be called index.html

Many web design programs call the first page index.htm by default, this is fine but you must ensure you delete the default index.html file on the server before uploading the file.

If you are designing inPHP, then you can also use index.php.

Please note that the filename "index" must be all in lower case

Was this answer helpful?

0 Users Found This Useful