Re: How to group related URLs in referrer report
"Jay" <[email protected]>
| Newsgroups | gmane.comp.web.analog.general |
|---|---|
| Message-ID | <[email protected]> |
> 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. +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------