From: Rich Bowen 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
@@ -576,6 +577,7 @@ a directory
indexing
Status: Base
+Syntax: IndexOptions [+|-]option [[+|-]option]
...
Default: By default, no options are enabled.
Context: server config, virtual host, directory, .htaccess Override: Indexes
@@ -941,10 +943,12 @@ Name|Date|Size|Description
and identifies the primary key. The secondary key is
always the ascending filename.Status: Base
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.