Abacre Home > Advanced Log Analyzer Home

How to get stats for Virtual sites?

Q: I have one log file for several virtual sites. Can I produce reports separately for each site?

A: Sure, you can do that. You need to use site filters.
It's a common situation when you have one log file for several virtual sites.
You need to create a Site on the Sites tab for each virtual site
Then use site filters.

Example:

If for instance you have the following site:
http://www.aaa.com

and you have two virtual sites:
http://www.aaa.com/bbb/
http://www.aaa.com/ccc/

You need to create two sites on the Sites tab pointing to the same log file.
Then for the BBB site you need to add the filter:
filter=href;not_includes;/bbb/;skip_line

Then you need to do the same for the CCC site:
filter=href;not_includes;/ccc/;skip_line

See also:

Quick start | FAQ