Directory Indexing


NCSA httpd allows you to create HTML catalogs of your directories, in order to tell users what's in them.


For instance, on hoohoo, I have a directory containing some neat pictures, and I've written a small index for it. Have a look.

Inside another directory, the contents are constantly changing, and we don't really want to write an index and update it all of the time. In this case, httpd will generate an index of the directory for us.


Return to the features list.