John Kelly ([EMAIL PROTECTED]; Wednesday, March 19, 2003 1:59 AM): > Hi, in my referrer report I get links with arguments indented under the main > link like ...
> 445: http://www.google.com/search > 11: http://www.google.com/search?q=term1 > 10: http://www.google.com/search?q=term2 > 09: http://www.google.com/search?q=term3 > How can I get the following links to output in the same indented manner? > 445: http://www.domain.com/cat.php/ > 11: http://www.domain.com/cat.php/Category1 > 10: http://www.domain.com/cat.php/Category2 > 09: http://www.domain.com/cat.php/Category3 Analog doesn't do this normally, but you might be able to fool it into doing this with Aliases. Try something like this (each command should be on one line): FILEALIAS http://www.domain.com/cat.php/* http://www.domain.com/cat.php?$1 REQALIAS http://www.domain.com/cat.php?* http://www.domain.com/cat.php/$1 REQALIAS http://www.domain.com/cat.php http://www.domain.com/cat.php/ -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------