Wednesday, January 22, 2014

Magento :404 error: Page not found in Magneto

Replace the it with the original index.php
as the change affected this.
It changed the original line  Mage::run(’default’);
so replace 

Mage::run(’’); 
with 
Mage::run(’default’);

No comments:

Post a Comment