Zend Framework 1.9, the Resources.frontController.defaultModule configuration is used to specify access to the Web site root module, what should be handled
Zend Framework 1.9, is the resources.frontController.defaultModule configuration used to specify access to the Web site root module?
Why my configuration as follows, can normally access the site root directory http://localhost/, and http://localhost/acc/, etc.
Resources.frontController.defaultModule = "Default"
Resources.frontController.defaultControllerName = "Index"
resources.frontController.defaultAction = "Index"
But I want to set ACC as the default module, and the site is completely inaccessible.
Resources.frontController.defaultModule = "ACC"
Resources.frontController.defaultControllerName = "Index"
resources.frontController.defaultAction = "Index"
Please expert detailed guidance, thank you!
------Solution--------------------
No, you can't do that.
------Solution--------------------
The default controller class name is not prefixed, you have to implement it can add a route to your module
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.