Apache Reference: mod_autoindex, AddIcon
AddIcon
Image for File Icon
Syntax: AddIcon icon file [file ...]
Example: AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm
Since: Apache 1.0
This directive sets (one or more times) the icon to display next to a file for FancyIndexing. The icon argument either contains a %-escaped relative URL to the icon or has the format ``
(alttext,url)'' where alttext is the text tag given for an icon for non-graphical browsers. The file argument can be is either ``^^DIRECTORY^^'' for directories, ``^^BLANKICON^^'' for blank lines (to format the list correctly), a file extension, a wildcard expression, a partial file name, or a complete file name.