Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Viewing Page Requests - PHP
Thank you, that gives me partial success now. On the setting, "Prefix for local URL's", i set this to: http://www.domain.com/index.php When viewing one of the reports, example 'Visit Exit Points', i've got a preceding "/" slash that messes up the linked URL's, so i see: http://www.domain.com/index.php/?main_page=popup_image&pID=583 when rather i should see: http://www.domain.com/index.php?main_page=popup_image&pID=583 Also, what if i wanted to strip everything off from the "&" and later, so that rather than the above, i would have the output of: http://www.domain.com/index.php?main_page=popup_image Is there a way to strip that off? Thanks, Jason ----- Original Message ----- From: "Jason Linhart" <jason@www.minbar.com> To: <summary-talk@lists.summary.net> Sent: Monday, May 31, 2004 6:54 AM Subject: 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. > > ------------- Go to <http://summary.net/list.html> to update subscription info.
|