Support for analog web log analyzer wrote:
I am trying to create a general report where only
the
top 50 pages of my site are displayed.  I have,
unfortunately, encountered two problems.

80% of my site actually is the same Coldfusion page
with different url parameters.  As an example I
might
have a page
http://domain.com/template.cfm?x=1
and another http://domain.com/template.cfm?x=2
and another http://domain.com/template.cfm?y='test'

These should be counted as three different pages.

I've used something like

filealias /template.cfm?* /template.cfm$$*

to achieve what you want - this will make it recognise them all as separate pages.

Chris
+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to