hmm now if i do a 

lab/departments

it does not go to index action?

i tried doing

resources.router.routes.mod.route = "/:module/:controller"
resources.router.routes.mod.defaults.module = ":module"
resources.router.routes.mod.defaults.controller = ":controller"
resources.router.routes.mod.defaults.action = "index"

i noticed that in debug, request params for action is :action
-- 
View this message in context: 
http://www.nabble.com/Adding-routes-with-application.ini-tp23293676p23311300.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to