From c0e76ee6ed568d16653a70762de89336b3218707 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 23 Mar 2004 00:53:02 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_autoindex.html.en | 6 +++--- docs/manual/mod/mod_autoindex.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 *~
-- 2.50.1