The solution:

;prefix the profile module with admin with default behavior in-tact
routes.admin.route = "/admin/profile/:controller/:action/*"
routes.admin.defaults.module = profile
routes.admin.defaults.controller = index
routes.admin.defaults.action = index

;add a route to this route with the chain param
routes.admin.chains.go.route = "go"
routes.admin.chains.go.defaults.controller = voyager
routes.admin.chains.go.defaults.action = go

-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Prefix-Route-for-Modules-tp2400763p2400887.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to