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

Why can users behind proxies not see my site?

If you have enabled hot link protection users behind proxies may not be able to see your site...

View your website in older browser versions

As developers and webmasters it is always important to make sure your website works in several...

Heartbleed Vulnerablity, Risk and Fix

The Heartbleed bug (http://en.wikipedia.org/wiki/Heartbleed_bug) is a serious vulnerability which...

When I upload an htaccess file it disappears

On unix/linux systems, files that start with a . are considered hidden so many ftp programs do...

Disable error_log via htaccess

Prevent public display of PHP errors via htaccess# supress php errorsphp_flag...