Forum Moderators: DixonJones
I use FireFox, so it's fairly easy to manipulate the UA string. But, so far I haven't had any real success with that; I don't know what to change the UA string to so my own visits aren't counted (if such a thing can even be done).
For those familiar with Awstats, it presents a "Summary" of traffic, which basically consists of total unique visitors, total page loads, total visits, and bandwidth for the month. It's this summary that I use most often for statistical purposes, since nowhere else do you get actual numbers of unique visitors or page loads - just percentages of the total (for instance, 96% IE users).
So does anyone know how to make Awstats ignore my browser? Setting a cookie, changing the UA string, or anything?
Thanks,
Matthew
What we've done is this:
SkipHosts="REGEX[^###\.###\.]"
where the "#" represent the digits of the first two numbers in our subnet. Go through your configuration file, you'll find the SkipHosts parameter with some examples. You can use a single IP without the regular expression as well which sound like what you're looking to do. Hope this helps.