Hi, I'm analysing my logfile to examine which pages of our site are being viewed most often.
This is done with the form "filename?page="something". Our most regularly viewed page is sum (filename?page="sum"), but can also be selected using SUM, so both appear in the log file (and I cannot change this). I currently use: FILEALIAS filename?*page=*&* filename?page=$2 to extract the page accessed, but end up with a request report where 'SUM' and 'sum' are listed as separate items. I've used the CASE INSENSITIVE command, but that doesn't appear to help. Does anyone have any suggestions of how to group these two items together (other than first going through the logfile and changing all occurences of SUM to sum...) Many Thanks Kris Coverdale __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
