From: eldy <> Date: Wed, 16 Oct 2002 16:42:16 +0000 (+0000) Subject: Added option URLNotCaseSensitive X-Git-Tag: AWSTATS_5_1_BETA~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86deb6ca0336f52e103a71ee0ddf45600d9a476;p=thirdparty%2FAWStats.git Added option URLNotCaseSensitive --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 7f046193..253a9ca6 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -80,7 +80,7 @@ when reading it), follow the example:
  • OnlyFiles
  • NotPageList
  • ValidHTTPCodes -
  • URLCaseSensitive +
  • URLNotCaseSensitive
  • URLWithQuery
  • URLWithQueryWithoutFollowingParameters
  • WarningMessages @@ -745,7 +745,7 @@ when reading it), follow the example:



    -URLCaseSensitive
    +URLNotCaseSensitive
    Version : 5.1 +

    # Some web servers on some Operating systems (IIS-Windows) considers that two
    # URLs with same value but different case are the same URL. To tell AWStats to @@ -753,7 +753,7 @@ when reading it), follow the example:

    # Possible values: 0 or 1
    # Default: 0
    # -
    URLCaseSensitive=0 +
    URLNotCaseSensitive=0


    diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 5082bdf0..8bce4057 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -436,7 +436,7 @@ ValidHTTPCodes="200 304" # Possible values: 0 or 1 # Default: 0 # -URLCaseSensitive=0 +URLNotCaseSensitive=0 # Keep or attach the query string to the URL in the statistics for individual