Controller override and request rewrite in Magento

There are three ways to override controller in Magento. They fit for various purposes. The first and easiest way can be used to route the request to more than one module. When a request arrives on a frontName, it usually is rounted to a module. For example, /cms/page/view is routed to cms module page controller… Continue reading Controller override and request rewrite in Magento