Monday, December 16 2002 @ 06:59 PM EST
Contributed by: anonymous
Views: 1,144
When I look at the stat the "Page/Title/URL" colomn shows the url of the page but the link doubles the path to the file.
The path to my "public_html" dir is: mysite.com/gl/ph The link in that colums is always: http://mysite.com/gl/ph/gl/ph/page.php gl/ph appears twice. I checked the configuration file but I can't find where I could have put something wrong. Any idea? Thanks Alain
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Visitor Stats
Authored by: tomw on
Monday, December 16 2002 @ 08:01 PM EST
That url is built from $CONF[\'site_url\'] -- what do you have in that value? My guess is that you have mysite.com/gl/ph, in which case you have found a bug in the stats program. When it deconstructs the url it would take mysite.com/ as the site url and /gl/ph as part of the query string. That would cause the doubling you are seeing. If I am right in my guess I will have to think about an easy way to fix it.
Am I right?
Does it happen anywhere else?
Tom