Joseph J. Brown ([EMAIL PROTECTED]; Thursday, July 18, 2002 1:15 PM):
> Searches at my site can include spaces which get written to the log file > causing analog to split the referrer in half. Is there any way to tell > analog that these referrers are not split in half? > example: *?condition=keyword search&key=bananas > I need analog to glue keyword & search together so as not to break up the > referrer and I can use the INTSEARCHARGS command to track the search on > bananas. Your server really is wrong here. The space should not have come through the URL (it's an invalid character) and the server should not be converting entities before logging. That should look like one of these: *?condition=keyword+search&key=bananas *?condition=keyword%20search&key=bananas I think there are tools on the helper applications page that can help you fix the current log files though. http://www.analog.cx/helpers/ -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
