Zend Route


new Zend_Controller_Router_Route('adhoc-reporting/fax-documents/:action',array('controller' => 'fax-documents'))

This route only works if I provide an action, how can I make the “default” action index if it is left blank?

And actually it’d be great if anything after adhoc-reporting/ goes to :controller/:action/. Catch is adhoc-reporting is its own controller