Page 1 of 1

In what order are the routers from the Magento core checked for a matching route? Default: Mage_Core_Controller_Varien_R

Posted: Sat Aug 20, 2022 7:54 am
by answerhappygod
In what order are the routers from the Magento core checked for a matching route?
Default: Mage_Core_Controller_Varien_Router_Default

CMS: Mage_Cms_Controller_Router -
Standard: Mage_Core_Controller_Varien_Router_Standard
Admin: Mage_Core_Controller_Varien_Router_Admin

A. Admin, Standard, CMS, Default
B. Default, CMS, Standard, Admin
C. Admin, CMS, Standard, Default
D. Standard, Admin, Default, CMS