My index page does not load - Why not?

Filenames are case sensitive. Be sure you have an index filename all in lower case. Examples are
index.htm
index.html
index.shtml
index.php
index.php5
index.xml

  • 451 Users Found This Useful

Was this answer helpful?

Related Articles

htaccess referral redirect

It is often useful to redirect a visitor to a page based on the referring website. There are...

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...

Prevent CloudFlare from Loading a js or Script

Sometimes CloudFlare / Rocket Loader can have problems with a script and hose it up. To have...

How can I redirect http to https?

Create an .htaccess file with the following contents and upload it to your public_html directory....

How can I change the default page / document?

Create a .htaccess file, include the below information into it and upload it to the public_html...