I wanted to display a module, controller, method called
I thought the cms module found in
Application \ Code \ Kernel \ Mage \ K \
calls IndexController.php and uses the IndexAction method. Because it is the default URL of the page.
but when I tried to snatch something inside the IndexAction method. nothing comes out. I even tried calling it manually, and it is still redirecting to the home page.
local / Magento / index.php / CMS / index / index /
Am I doing it right? How can I display the request url in magento?
source
share