> The route behaves like this: /module/controller/action/*. You need to > have the name of the controller between the module and action: > > http://localhost/rictloader/index/another
You are right: Does not work: http://localhost/another http://localhost/rictloader/another Works: http://localhost/index/another http://localhost/rictloader/index/another (where "another" = an Action of IndexController) Thanks for clarifying this for me! This solves the issue of not being able to have multiple actions for the IndexController. Cheers, Antonio -- View this message in context: http://www.nabble.com/Conventional-Modular-Directory-Layout-and-multiple-actions-on-the-IndexController-tf4493311s16154.html#a12822133 Sent from the Zend Framework mailing list archive at Nabble.com.