Directory Listing Denied

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):

  1. index.html
  2. index.htm
  3. default.asp
  4. default.aspx
  5. default.htm
  6. index.asp
  7. index.aspx
  8. index.shtml
  9. index.wml

On our new .NET platform the following applies to index pages in the order they are used (not case sensitive):

  1. default.htm
  2. default.asp
  3. index.htm
  4. index.html
  5. default.aspx

On our UNIX servers the following applies to index pages in the order they are used (case sensitive):

  1. index.php
  2. index.html
  3. index.htm
  4. index.shtml
  5. index.wml
Was this article helpful?

Related Articles