From: Rich Bowen This sets the icon to display next to a file ending in
name for FancyIndexing
. Icon is either a (%-escaped)
- relative URL to the icon, or of the format
+ relative URL to the icon, a fully qualified remote URL, or of the format
(alttext,url)
where alttext
is the text tag given for an icon for non-graphical browsers.
^^BLANKICON^^
is only used for formatting, and so
+ is unnecessary if you're using IndexOptions
+ HTMLTable
.
This sets the icon to display next to files with This sets the icon to display next to files of type
MIME-type for The
AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm
AddIcon /icons/dir.xbm ^^DIRECTORY^^
@@ -359,6 +363,7 @@ content-encoding
FancyIndexing
.
Icon is either a (%-escaped) relative URL to the icon,
+ a fully qualified remote URL,
or of the format (alttext,url)
where alttext is the text tag given for an icon for
non-graphical browsers.FancyIndexing
.
Icon is either a (%-escaped) relative URL to the icon,
+ a fully qualified remote URL,
or of the format (alttext,url)
where alttext is the text tag given for an icon for
non-graphical browsers.DefaultIcon
directive sets the icon
to display for files when no specific icon is known, for FancyIndexing
.
- Url-path is a (%-escaped) relative URL to the icon.
DefaultIcon /icon/unknown.xbm
@@ -481,6 +488,7 @@ of the index listing
Description: Adds to the list of files to hide when listing
a directory
+Syntax: IndexIgnore file [file] ...
Default: IndexIgnore "."
Context: server config, virtual host, directory, .htaccess Override: Indexes
@@ -495,7 +503,7 @@ a directory
directory).Status: Base
- IndexIgnore README .htaccess *.bak *~
+ IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
IndexOptions [+|-]option [[+|-]option]
...
By default, no options are enabled.
You can force a directory listing to only be displayed in a
- particular order by combining this directive with the SuppressColumnSorting
index option; this will prevent
- the client from requesting the directory listing in a different
- order.
You can, if desired, prevent the client from reordering the list
+ by also adding the SuppressColumnSorting
+ index option to remove the sort link from the top of the column,
+ along with the IgnoreClient
index
+ option to prevent them from manually adding sort options to the
+ query string in order to override your ordering preferences.
Açıklama: | Unix ls veya Win32 dir kabuk komutunun
yaptıÄı gibi dizin içeriÄini listeler. |
---|---|
Durum: | Temel |