PDA

View Full Version : AWstats Tweaking Tips


==[)/\\/()==
9-4-03, 01:38 AM
I now have Awstats 5.7 up and running but would like some tips on tweaking the output.

I have a framed website. Here are a couple issues I need help with

Referring Sites:

AW just seems to be listing internal pages of my own site. I would like to exclude those and just list where visitors came from before getting to my site.
(like webalizer shows)


Top Page URLs:

I am trying to get AW to ignore certain pages (like the menu and title frames) I believe this is thru the SkipFiles parameter?

Here is an example of what I am trying

SkipFiles="/fish.cur /menu2.html /intro.html /introhighlight.html"

This is not working. These pages are still being listed.


Help??????Jess??????? Anyone?????

Jess
9-4-03, 11:12 AM
Originally posted by ==[)/\\/()==
I Here is an example of what I am trying

SkipFiles="/fish.cur /menu2.html /intro.html /introhighlight.html"

This is not working. These pages are still being listed.

Help??????Jess??????? Anyone?????

I'm not real familiar with that feature; it seems as though what you used should work. But you might try this instead:

SkipFiles="REGEX[fish.cur] REGEX[menu2.html] REGEX[intro.html] REGEX[introhighlight.html]"