]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fixed doc error saying OnlyFiles and SkipFiles were not case sensitives. It depends...
authoreldy <>
Sat, 27 Mar 2004 19:28:06 +0000 (19:28 +0000)
committereldy <>
Sat, 27 Mar 2004 19:28:06 +0000 (19:28 +0000)
docs/awstats_config.html
wwwroot/cgi-bin/awstats.model.conf

index c6ac6f19cd61dffbe094e5f98e54995995598c0e..cec580d89f5235f1b59a5fb5ddb9d43a0673813a 100644 (file)
@@ -782,7 +782,8 @@ when reading it), follow the example:<br>
 <br># For example, to ignore /badpage.html, just add "/badpage.html". To ignore
 <br># all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
 <br># The opposite parameter of "SkipFiles" is "OnlyFiles".
-<br># Note: Use space between each value. This parameter is not case sensitive.
+<br># Note: Use space between each value. This parameter is or not case sensitive
+<br># depending on URLNotCaseSensitive parameter.
 <br># Note: You can use regular expression values writing value with REGEX[value].
 <br># Change : Effective for new updates only
 <br># Example: "/badpage.html REGEX[^\/excludedirectory]"
@@ -835,7 +836,8 @@ when reading it), follow the example:<br>
 <br># match a particular string, like a particular directory, you can add this
 <br># directory name in this parameter.
 <br># The opposite parameter of "OnlyFiles" is "SkipFiles".
-<br># Note: Use space between each value. This parameter is not case sensitive.
+<br># Note: Use space between each value. This parameter is or not case sensitive
+<br># depending on URLNotCaseSensitive parameter.
 <br># Note: You can use regular expression values writing value with REGEX[value].
 <br># Change : Effective for new updates only
 <br># Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"
index 7cbc285922ec607d7ef9e28f385c5e4db3f2eebd..a6c89a7f933e25f9d571f0854f3ad4265ef6816a 100644 (file)
@@ -466,7 +466,8 @@ SkipUserAgents=""
 # For example, to ignore /badpage.html, just add "/badpage.html". To ignore
 # all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
 # The opposite parameter of "SkipFiles" is "OnlyFiles".
-# Note: Use space between each value. This parameter is not case sensitive.
+# Note: Use space between each value. This parameter is or not case sensitive
+# depending on URLNotCaseSensitive parameter.
 # Note: You can use regular expression values writing value with REGEX[value].
 # Change : Effective for new updates only
 # Example: "/badpage.html REGEX[^\/excludedirectory]"
@@ -510,7 +511,8 @@ OnlyUserAgents=""
 # match a particular string, like a particular directory, you can add this
 # directory name in this parameter.
 # The opposite parameter of "OnlyFiles" is "SkipFiles".
-# Note: Use space between each value. This parameter is not case sensitive.
+# Note: Use space between each value. This parameter is or not case sensitive
+# depending on URLNotCaseSensitive parameter.
 # Note: You can use regular expression values writing value with REGEX[value].
 # Change : Effective for new updates only
 # Example: "REGEX[marketing_directory] REGEX[office\/.*\.(csv|sxw)$]"