From: Rich Bowen Date: Sun, 16 Jan 2011 15:28:49 +0000 (+0000) Subject: Rephrase comment about default ordering to clarify interaction between X-Git-Tag: 2.3.11~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbab051e82a76d2e0c3badd518163cc6609d99c1;p=apache Rephrase comment about default ordering to clarify interaction between default ordering and client preferences. tid50417 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059582 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index f3f402a2ec..c24de983b6 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -975,12 +975,14 @@ 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.