Home > Administrative Offices > Information Technology > Web Services > VSU Web Construction Kit > Directory Index
Create a Directory Index
What is a Directory Index?
Every directory needs a web page to explain the contents of that location which is called a Directory Index. A web server will be configured to look for specific file names in a particular order, to use for this purpose. The list used by the VSU webserver, in the order searched for is:
- index.phtml
- index.html (most common)
- Index.html (Note: the difference from item 2 is the capitalization of the first letter)
- index.shtml (the default for the server)
- index.htm
- Index.htm (Note: the difference from item 5 is the capitalization of the first letter)
- index.php
- home.html
- default.htm
- Default.htm (Note: the difference from item 9 is the capitalization of the first letter)
Lacking a directory index will generate an error.
How can a Directory Index be created?
This is a just a normal web page that happens to have a file name from the list above. Everything in the Creating Content section applies.