]> granicus.if.org Git - apache/commitdiff
Strongly note that the standalone FancyIndexing and IndexOptions
authorKen Coar <coar@apache.org>
Tue, 9 Sep 1997 15:19:48 +0000 (15:19 +0000)
committerKen Coar <coar@apache.org>
Tue, 9 Sep 1997 15:19:48 +0000 (15:19 +0000)
directives override each other.

PR: 1106

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79166 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index caf8eefff449a3373692c9af157e380417ab7799..44780272a369053fa99c49fb3d3f408a7f56e99a 100644 (file)
@@ -39,8 +39,12 @@ The two functions are separated so that you can completely remove
 If
 <A
  HREF="#fancyindexing"
->FancyIndexing</A>
-is enabled, the column headers are links that control the
+><SAMP>FancyIndexing</SAMP></A>
+is enabled, or the <SAMP>FancyIndexing</SAMP> keyword is present on the
+<A
+ HREF="#indexoptions"
+><SAMP>IndexOptions</SAMP></A>
+directive, the column headers are links that control the
 order of the display.  If you select a header link, the
 listing will be regenerated, sorted by the values in that
 column.  Selecting the same header repeatedly toggles
@@ -226,12 +230,20 @@ DefaultIcon /icon/unknown.xbm
 <Strong>Context:</strong> server config, virtual host, directory, .htaccess<br>
 <Strong>Override:</strong> Indexes<br>
 <strong>Status:</strong> Base<br>
-<strong>Module:</strong> mod_autoindex<p>
-
+<strong>Module:</strong> mod_autoindex
+<p>
 The FancyIndexing directive sets the FancyIndexing option for a directory.
 <em>Boolean</em> can be <code>on</code> or <code>off</code>. The
 <A HREF="#indexoptions">IndexOptions</A> directive should be used in
-preference.<p><hr>
+preference.
+</p>
+<BLOCKQUOTE>
+ <STRONG>Note that the <SAMP>FancyIndexing</SAMP> and
+ <SAMP>IndexOptions</SAMP> directives will override each other. You
+ should use <SAMP>IndexOptions&nbsp;FancyIndexing</SAMP> in preference
+ to the standalone <SAMP>FancyIndexing</SAMP> directive.</STRONG>
+</BLOCKQUOTE>
+<hr>
 
 <A name="headername"><h2>HeaderName</h2></A>
 <!--%plaintext &lt;?INDEX {\tt HeaderName} directive&gt; -->
@@ -285,6 +297,12 @@ The IndexOptions directive specifies the behavior of the directory indexing.
 <dt>FancyIndexing
 <dd><!--%plaintext &lt;?INDEX {\tt FancyIndexing} index option&gt; -->
 This turns on fancy indexing of directories.
+<BLOCKQUOTE>
+ <STRONG>Note that the <SAMP>FancyIndexing</SAMP> and
+ <SAMP>IndexOptions</SAMP> directives will override each other. You
+ should use <SAMP>IndexOptions&nbsp;FancyIndexing</SAMP> in preference
+ to the standalone <SAMP>FancyIndexing</SAMP> directive.</STRONG>
+</BLOCKQUOTE>
 <dt>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>)
 <dd>
 <!--%plaintext &lt;?INDEX {\tt IconHeight} index option&gt; -->