Frequently Asked Questions
What should my home page be called?

If someone types in www.yourdomain.com the server looks for the home page of the web site to send to the user.

The Server will search the root directory for the following file names in this order until it finds one.

  • index.html
  • index.htm
  • index.php

If the server doesn't find either of these pages, it will then produce a "403 Forbidden" error page.

 

Close Window