Redirect to Previous Page in Magento Admin – How to Guide

adminmagento-1.7redirecturl

In my admin controller action I want to redirect to the previous page. How can I do this?

Best Answer

Try this:

$this->_redirectReferer();

it does a little more than redirect to the previous page. If you specify in the url a parameter uenc it will consider that as the referrer.