Zend Framework 1.9, the Resources.frontController.defaultModule configuration is used to specify access to the Web site root module, what should be handled

Source: Internet
Author: User
Tags zend framework
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
  • Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.