Thanks for the idea Jeremy. I got it to order and indent the links in the
referrer report with ...

REFALIAS */cat.php/* $1/cat.php?$2

Only problem is the links no longer work since the ? was added to the link. If
you or anyone has any other ideas on how to indent related links in the referer
report without having to add a question mark, please advise.

From: "Jeremy Wadsack" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 6:56 AM
Subject: Re: [analog-help] Can I indent similar links in the referer report?


>
> 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
+------------------------------------------------------------------------

Reply via email to