If you get this error message in your browser when visiting your website, it’s because you’re missing an index page.
On our Windows servers the following applies to index pages in the order they are used (not case sensitive):
- index.html
- index.htm
- default.asp
- default.aspx
- default.htm
- index.asp
- index.aspx
- index.shtml
- index.wml
On our new .NET platform the following applies to index pages in the order they are used (not case sensitive):
- default.htm
- default.asp
- index.htm
- index.html
- default.aspx
On our UNIX servers the following applies to index pages in the order they are used (case sensitive):
- index.php
- index.html
- index.htm
- index.shtml
- index.wml