Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AWStats Question


Goldeneye

Recommended Posts

Posted

Is there a way to get awstats to keep track of the traffic to each product page under the"Pages-URL" portion of the report. Right now it is just keeping track of default.php.

 

Thanks :)

Posted

# Keep or remove the query string to the URL in the statistics for individual

# pages. This is primarily used to differentiate between the URLs of dynamic

# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two

# different pages.

# Warning, when set to 1, memory required to run AWStats is dramatically

# increased if you have a lot of changing URLs (for example URLs with a random

# id inside). Such web sites should not set this option to 1 or use seriously

# the next parameter URLWithQueryWithoutFollowingParameters.

# Change : Effective for new updates only

# Possible values:

# 0 - URLs are cleaned from the query string (ie: "/mypage.html")

# 1 - Full URL with query string is used     (ie: "/mypage.html?p=x&q=y")

# Default: 0

# 

URLWithQuery=0

 

Do i need explain more? :)

There is always more than one way to do it.

And always Keep It Simple, Stupid.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...