Hello, This is my very simple question:I would like to route URL's like "http://www.example.org/mainnavi/subnavi" to a single controller that renders the appropriate content depending on "mainnavi" and "subnavi". I would like to avoid writing one controller for each main navigation point. Which is the appropriate way to do this within Zend Framework? Or do you think that the whole approach is unappropriate? Thank you.
Regards, Ivan.
