I am trying to redirect to google.com using Magento.
Mage::app()->getResponse()->setRedirect('http://google.co.in'));
But when I use this code I am not able to open my home page too. It shows blank page.
What other code I can use instead of this so I can redirect to google.com?