Hi Folks,
Can you please share the home page flow.
If i access http://localhost/magento1, How does hompe get's loaded. How the routing to load home page. whar are the layers involved here. How does default.xml involved here.
Can you please throw some light up on this.
Much thanks.
Solved! Go to Solution.
Well in magento , routing works on 3 parts !
FrontName
ControllerName
ActionName
Exactly how routing works , you can find it form here this link - https://magento.stackexchange.com/questions/143287/how-does-home-page-routing-work
Hope it helps
Well in magento , routing works on 3 parts !
FrontName
ControllerName
ActionName
Exactly how routing works , you can find it form here this link - https://magento.stackexchange.com/questions/143287/how-does-home-page-routing-work
Hope it helps
Thanks Manthan for your help.