Skip to content

Commit

Permalink
Improve filter for WP feed URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckhoupt committed Oct 3, 2018
1 parent 561a44e commit 2ba957e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awstats.common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DirIcons="../awstats/wwwroot/icon"
NotPageList="css js class gif jpg jpeg png bmp ico svg rss xml swf eot woff woff2"

# Filter out WordPress Feed URLs
NotPageFiles="REGEX[/feed/$]"
NotPageFiles="REGEX[/feed/$] REGEX[/feed/atom/$]"

# Generate reports for most codes
TrapInfosForHTTPErrorCodes = "301 302 401 403 404 410 500"
Expand Down

0 comments on commit 2ba957e

Please sign in to comment.