I have a problem in my current Zend Framework application.
In my Bootstrap I register these routes:
protected function _initRouter() { $this->
In this route ":module/:controller/:id" you need simply define default value for :id
Example:
content/:engine
Sorry for my English :)
Regards.