I am trying to set up a Zend Controller Route to Route to ALL of the Following URLs:
- http://www.domain.com/controller
- http://www.domain.com/controller/id
- http://www.domain.com/controller/action
- http://www.domain.com/controller/id/action
Is this possible with Zend Framework?
In particular I am having trouble routing to:
The router seems to be getting confused and routes to Controller->1Action