[analog-help] Re: How to group related URLs in referrer report
Jay
jmox at mail.com
Thu Apr 24 17:03:51 PDT 2008
> I don't think so - http://www.example.com/index.php/Something is not
> considered as subsidiary to http://www.example.com/index.php/, so
> hierarchical sorting rules don't apply. You might be able to do something
> with ALIASes, but sorting and ALIAS commands don't mix well.
>
> Aengus
Thanks for the tip about the ALIAS option. I tried:
REFALIAS */index.php/* $1/index.php?category=$2
which converted
http://www.example.com/index.php/
http://www.example.com/index.php/Something
http://www.example.com/index.php/SomethingElse
into
http://www.example.com/index.php
http://www.example.com/index.php?category=Something
http://www.example.com/index.php?category=SomethingElse
which organizes them how I wanted and the main and indented URL's continue
to be sorted by requests in the referrer report. It does change the URL's to
something that does not exist but since these are internal referring URL's I
know what URL they are aliasing and rarely have a need to click on them so
this should work. Thanks again.
More information about the analog-help
mailing list