I want all actions for my IndexController to work using only the action name,
and actually redirecting if the index controller name is used.  So:
        http://example.com/index/sitemap/
Would actually issue a redirect to:
        http://example.com/sitemap/


However, I will have other controllers, and I want them to use both
controller and action, so for the indexAction of AdminController:
        http://example.com/admin/
And for the loginAction of AdminController:
        http://example.com/admin/login/

How would this best be accomplished?
-- 
View this message in context: 
http://www.nabble.com/Routing-so-that-%27index%27-never-shows-up-in-the-url--tp20053411p20053411.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to