Apache Reference: mod_autoindex, IndexOptions

IndexOptions

Enable or Disable Particular Indexing Options
Syntax: IndexOptions [+|-]option [[+|-]option ...]
Example: IndexOptions FancyIndexing IconsAreLinks
Since: Apache 1.0

This directive specifies the behavior of the directory indexing. The option arguments can have any of the following values.

``FancyIndexing'' for turns on fancy indexing of directories; ``Icon==Height[=pixels]'' to cause the server to include HEIGHT and WIDTH HTML attributes in the IMG tag for the file icon. ``IconsAreLinks'' makes the icons part of the anchor for the file name (for fancy indexing); ``IconWidth[=pixels]'' causes the server to include HTML HEIGHT and WIDTH attributes in the IMG tag for the file icon. ``NameWidth=[n|*]'' specifies the width of the file name column in characters (if the keyword value is ``*'', the column is automatically sized to the length of the longest file name in the display). ``ScanHTMLTitles'' enables the extraction of the title from HTML documents for fancy indexing. ``SuppressColumnSorting'' ensures that the column headings in a fancy indexed directory listing are not turned into links for sorting. ``SuppressDescription'' suppresses the file description in fancy indexing listings. ``SuppressHTMLPreamble'' assumes that the HeaderName document also provides the standard HTML preamble (HTML, HEAD, and other tags). ``SuppressLastModified'' suppresses the display of the last modification date in fancy indexing listings. ``SuppressSize'' suppresses the file size in fancy indexing listings.