This is similar the problem I ran into a couple of days ago, see:
http://www.nabble.com/Default-route-and-error-controller--tf4876289s16154.html
Ryan Lange wrote:
In this project I'm working on I want to strictly control which routes
are valid for the application. At the moment, I have three
c
In this project I'm working on I want to strictly control which routes are
valid for the application. At the moment, I have three controllers:
IndexController, ClientController, and ErrorController. I've set up 3
routes, like so:
addRoute( 'client_list', new Zend_Controller_Router_Route(
'clients'