From: Joshua Slive Date: Tue, 23 Mar 2004 00:53:02 +0000 (+0000) Subject: Fix description of Indexignore argument. X-Git-Tag: pre_ajp_proxy~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0e76ee6ed568d16653a70762de89336b3218707;p=apache Fix description of Indexignore argument. PR: 25870 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103090 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 1cc46a6a0a..8253a13b82 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -488,14 +488,14 @@ a directory

The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a - file extension, partial filename, wildcard expression or full - filename for files to ignore. Multiple IndexIgnore directives add + shell-style wildcard expression or full + filename. Multiple IndexIgnore directives add to the list, rather than the replacing the list of ignored files. By default, the list contains . (the current directory).

- IndexIgnore README .htaccess *~ + IndexIgnore README .htaccess *.bak *~

diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index d51cdfdb53..857f570d1b 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -494,14 +494,14 @@ a directory

The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a - file extension, partial filename, wildcard expression or full - filename for files to ignore. Multiple IndexIgnore directives add + shell-style wildcard expression or full + filename. Multiple IndexIgnore directives add to the list, rather than the replacing the list of ignored files. By default, the list contains . (the current directory).

- IndexIgnore README .htaccess *~ + IndexIgnore README .htaccess *.bak *~