Re: [fw-general] Custom routes priorities

2009-03-04 Thread Chris MacPherson
I got this working now. The reason my routes were not matching the way I thought they should is because during the dispatch process, inside the Zend_Controller_Router_Rewrite->route() method the array of routes is reversed. So all I had to do was re-shuffle the order of my routes the other way

[fw-general] Custom routes priorities

2009-03-03 Thread Chris MacPherson
I am using some custom routes for my site and a couple are conflicting. Is there a way to set them up so both the following routes point to their respective actions. At the moment these both point point to the 'item-view' action, I was hoping the first one would match http://www.a.com/default/