]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation
authoreldy <>
Sun, 27 Mar 2005 14:43:21 +0000 (14:43 +0000)
committereldy <>
Sun, 27 Mar 2005 14:43:21 +0000 (14:43 +0000)
docs/awstats_config.html
wwwroot/cgi-bin/awstats.model.conf

index acecd960a2705f74862e4ce246238da6865c1d24..e51fdca77dc8cdd80f2dc50a6d534887249cf5a8 100644 (file)
@@ -792,15 +792,16 @@ when reading it), follow the example:<br>
 <br># Use SkipFiles to ignore access to URLs that match one of following entries.
 <br># You can enter a list of not important URLs (like framed menus, hidden pages,
 <br># etc...) to exclude them from statistics. You must enter here exact relative
-<br># URL as found in log file, or a matching REGEX value.
-<br># For example, to ignore /badpage.html, just add "/badpage.html". To ignore
-<br># all pages in a particular directory, add "REGEX[^\/directorytoexclude]".
+<br># URL as found in log file, or a matching REGEX value. Check apply on URL with
+<br># all its query paramaters.
+<br># For example, to ignore /badpage.php, just add "/badpage.php". To ignore all
+<br># 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 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]"
+<br># Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]"
 <br># Default: ""
 <br>#
 <br>SkipFiles=""
index 58fa5c2d33af9a29a83e822a09e3a617d4d5d806..e5006d8b7a6a83416078d78b6aa5c5141c2063ab 100644 (file)
@@ -480,15 +480,16 @@ SkipUserAgents=""
 # Use SkipFiles to ignore access to URLs that match one of following entries.
 # You can enter a list of not important URLs (like framed menus, hidden pages,
 # etc...) to exclude them from statistics. You must enter here exact relative
-# URL as found in log file, or a matching REGEX value.
-# For example, to ignore /badpage.html, just add "/badpage.html". To ignore
+# URL as found in log file, or a matching REGEX value. Check apply on URL
+# with all its query paramaters.
+# For example, to ignore /badpage.php, just add "/badpage.php". 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 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]"
+# Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]"
 # Default: ""
 #
 SkipFiles=""