Showing posts with label Redirect to any page in magento without .htaccess. Show all posts
Showing posts with label Redirect to any page in magento without .htaccess. 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);