Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Good log settings for CMS sites.
"Cameron Bales .:." wrote: > > My problem is that my log is getting both Clean internal and Clean > public entries in it which will make it hard to tell which pages are > actually popular since they have two different urls. You might be able to use Aliases to clean this up (Plus and SP only). It depends on exactly how things show up in the logs and how the internal and public URL spaces differ. If the URLs differ is some fixed way aliases will work well. If every one requires it's own alias and there are many of them then aliases will not work. > but I'm worried that will put request like > /index.php?q=/book/view/17 > in my logs and I have "Include query string in requests" turned off If the requests really look like that you would need to turn on "Include query string in requests", or everything after the ? is going to only appear in the CGI Arguments report. That setting is currently only available globally. I will add a per sub-report version of that setting to the wish list. Jason ------------- Go to <http://summary.net/list.html> to update subscription info.
|