How is it breaking the default route? Based on what I know about routes, /controller/action will not match the regex route and continue on to the next route (which would be the "default" route), match it, and dispatch.
If you're replacing the default route with the regex route, then yes it will break /controller/action. -- Hector On Fri, Mar 5, 2010 at 12:16 PM, asagala <[email protected]> wrote: > > Its doest but it breaks http://hostname/controller/action. I want to have > both behaviors based on if there is an html page specified or not > > -- > View this message in context: > http://n4.nabble.com/Zend-routing-can-this-logic-be-done-tp1580002p1580076.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
