Showing posts with label how to redirect in magento. Show all posts
Showing posts with label how to redirect in magento. Show all posts

Monday 28 September 2015

How to redirect in magento to any page


How to redirect in magento to any page

Here i will explain you how to redirect any page in magento. Just write below code in your magento file...

$location = "http://chandreshrana.blogspot.in/";
Mage::app()->getResponse()->setRedirect($location);