Yawn is very flexible when it comes to serving a directory index. The administrator can make a file of virtually any name to be served as the pre-defined index for a directory. An entry in the httpd.cfg file like the following:
DirectoryIndex index.htm index.htm welcome.htm home.htm start.htm
causes the server to search for the specified files, in the order given, when a directory index is requested. It is of course also possible to request automatic filename expansion, so that each of the above entries may be refrenced as a file with a .htm/.html or .xtm/.xtml extension. Test the following links. Pay attention to filenames appaering as window titles.
Notice: The first present file from the DirectoryIndex directive is retrieved. If, for example, a directory contains the last three above, the search will stop after welcome.htm has been found.
[Home -
Overview -
Downloading -
Installation -
Configuration -
Implementation notes -
License -
Registering -
Contacts]