Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Viewing Page Requests - PHP
If you have Summary SP Lite or SP, you want to set "Query tag to include in request", on the sub-report Details page, to "main_page". That will get the "?main_page=page_name" portion of the query string included in the request, and thus in the reports. For the other versions of Summary you can use "Include query string in requests", on the Options configuration page, instead. That will include all of the query strings in the request. This will work just as well unless you use other query tags to pass arguments to CGI routines, in which case it mightor might not work very well. Good Luck Jason > On my server, pages are called via the main index page: > > index.php?main_page=3Dpage_name > > Where 'page_name' is the name of the page i am displaying. > > I'd like to see these individual pages stats in summary, but = > unfortunately it appears to be displaying stats only for index.php, = > rather than the actual page being called. ------------- Go to <http://summary.net/list.html> to update subscription info.
|