Skip to content

Instantly share code, notes, and snippets.

@kaiohken1982
Created December 22, 2012 18:42
Show Gist options
  • Save kaiohken1982/4360425 to your computer and use it in GitHub Desktop.
Save kaiohken1982/4360425 to your computer and use it in GitHub Desktop.
Static login route
routes.login.type = "Zend_Controller_Router_Route_Static"
routes.login.route = login.html
routes.login.defaults.module = default
routes.login.defaults.controller = auth
routes.login.defaults.action = login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment