By default Zend Framework specifies "default" module is the default module of application. Now I want my "frontend" module is the default module in my app. How can I do this?
|
feedback
|
|
In your config file
UpdateYou cannot "rename" the default module. If you're only interested in changing the URL structure, use custom routes. For example
| |||||||
feedback
|