Index Icon Files
Description
Determines what icons will be used in the enhanced view of
dynamic indexes. These icons will be shown if the
enhanced view is displayed and the IncludeIcons value is included
for the Index style.
Parameters
- DirEntryType
-
ParentDir or Dir
or TableHeading or Default
or Extension or ContentType
ParentDir
-
Indicates icon placed next to the parent directory entry.
Dir
-
Indicates icon placed next to all subdirectory entries.
TableHeading
-
Indicates icon placed next to the table's column headings.
Default
-
Indicates icon placed next to entries that don't have a type
specific icon associated with them.
Extension
-
Indicates icon placed next to all regular file entries that
have the extension specified in [AdditionalParms]. When
this is specified, [AdditionalParms] is a list of extensions.
Files with one of these icons will have the specified icon
next to it.
ContentType
-
Indicates icon placed next to all regular file entries that
have any of the content types specified in
[AdditionalParms]. When this is specified, [AdditionalParms]
is a list of content types. Files with one of these content
types will have the specified icon next to it.
- IconPath
-
The path that contains the icon to be used. This path must begin with
a leading slash and is always
relative to the DocumentRoot path
(unless the path is aliased).
- [AdditionalParms]
-
ExtList or ContentTypeList
The DirEntryType Extension and
ContentType are the only
entry types that have additional parameters.
- ExtList
-
One or more extensions including the initial dot (".").
- ContentTypeList
-
One or more content types in the form "<type>/<subtype>".
The "/<subtype>" portion is optional.
Defaults if no entry found
IndexIcons ParentDir /icons/back.gif
IndexIcons Dir /icons/dir.gif
IndexIcons TableHeading /icons/tblhead.gif
IndexIcons Default /icons/default.gif
Command To Change This Value
File Syntax
IndexIcons DirEntryType IconPath [AdditionalParms]
Multiple entries may exist in the
master server configuration file
Also See