I'm building a Cms for an organization and url scheme is like this:

departmentName.site.edu/subDepartment/subDepartment/evenMoreSubDepartments/module/controller/action/*

I think i have to combine Zend_Controller_Router_Route and Zend_Controller_Router_Route_Hostname but i don't know how.

If someone can help, i appreciate it.

link|improve this question

I don't write it in an answer as it is only half of one : have you considered the regex route ? Here is an interesting discussion about something close : how to use a recursive route – Frederik Eychenié Sep 20 '11 at 10:37
i saw the forum topic but it's not the same situation. I want the default routes too. And regex gives parameters as 1,2,3 not controller => blabla, action => bla.. – cnkt Sep 20 '11 at 10:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.