From: Rich Bowen Date: Sun, 16 Jan 2011 15:38:58 +0000 (+0000) Subject: REbuild transformations. X-Git-Tag: 2.3.11~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=758824eef1bb1cfb03ac8d80a464d0318be648e6;p=apache REbuild transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059586 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index f078358be6..cd44291b38 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -520,6 +520,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 Status:Base @@ -576,6 +577,7 @@ a directory indexing Syntax:IndexOptions [+|-]option [[+|-]option] ... +Default:By default, no options are enabled. Context:server config, virtual host, directory, .htaccess Override:Indexes Status:Base @@ -941,10 +943,12 @@ Name|Date|Size|Description and identifies the primary key. The secondary key is always the ascending filename.

-

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.

top
diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index 4b26a46d71..3b72fa6fb0 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -1,7 +1,7 @@ - + + +