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

Your connection to this server has been blocked at the firewall

If you receive the message: "Your connection to this server has been blocked at the firewall. If...

What is a domain?

A domain is a human-readable name assigned to an IP address to make accessing websites much...

Enable Mod Rewrite

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

I can not move out of the / directory, why not?

For security reasons, you cannot move out of the root folder of your own domain.

Disable error_log via htaccess

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