Hello,
I'm processing the log file of a dynamic web site developed in php. The site is in two languages, so to have a look to the site in english you can go to
www.mysite.com/index.php&lang=1, and to see it in, lets say spanish, you can go to
www.mysite.com/index.php&lang=2.
The problem is that the webalizer generated results skips the parameter "lang", and just gives me the total hits of
www.mysite.com/index.php, without taking in account that this is just a "template" that shows two different pages.
Does anybody knows how to solve this problem? I've read the README file of Webalizer and it doesn't say anything about that.
Thank you!!