Trying to figure out if I can implement something like this with Zend routing.
Here is what I would like to do - Keep the default route logic the same - When an html page is requested forward it to PagesController index action Ex: http://hostname/controller/action -> this uses default route http://hostname/p.html -> this should be routed to the PagesController index action Is this possible? If so can someone guide me on how to implement. I have other routes in my application but cant seem to get this working. -- View this message in context: http://n4.nabble.com/Zend-routing-can-this-logic-be-done-tp1580002p1580002.html Sent from the Zend Framework mailing list archive at Nabble.com.
