> But when i type www.mysite.com/home-usa-2008 > > I get the error : Uncaught exception 'Zend_Controller_Dispatcher_Exception' > with message 'Invalid controller specified (home-usa-2008)'
Total guess: try removing the default routes before adding your own $router->removeDefaultRoutes(); $router->addRoute(... -- Vianney Devreese - Lepidosteus http://lepidosteus.com
