Index: modules/statsmaster/templates/awstats.conf |
=================================================================== |
--- a/modules/statsmaster/templates/awstats.conf |
+++ b/modules/statsmaster/templates/awstats.conf |
@@ -546,17 +546,17 @@ OnlyFiles="" |
# Pages/URL report. |
# Note: If you want to exclude particular URLs from stats (No Pages and no |
# Hits reported), you must use SkipFiles parameter. |
# Change : Effective for new updates only |
# Example: "css js class gif jpg jpeg png bmp ico zip arj gz z wav mp3 wma mpg" |
# Example: "" |
# Default: "css js class gif jpg jpeg png bmp ico" |
# |
-NotPageList="css js class gif jpg jpeg png bmp ico swf xml rdf" |
+NotPageList="css js class gif jpg jpeg png bmp ico swf xml rdf woff otf ttf" |
# By default, AWStats considers that records found in web log file are |
# successful hits if HTTP code returned by server is a valid HTTP code (200 |
# and 304). Any other code are reported in HTTP status chart. |
# Note that HTTP 'control codes', like redirection (302, 305) are not added by |
# default in this list as they are not pages seen by a visitor but are |
# protocol exchange codes to tell the browser to ask another page. Because |