Zend: How to redirect to another page and also update browser' address bar with redirected page URL

Posted by NAVEED on Stack Overflow See other posts from Stack Overflow or by NAVEED
Published on 2010-02-18T08:15:33Z Indexed on 2010/03/22 22:01 UTC
Read the original article Hit count: 358

Filed under:
|
|
|

I am using zend. I am redirecting from one page to another by following method.

$this->_redirect('/module/controller/action');

But above method does not update my browser's address bar with new page URL. I want to change browser's address bar also when I redirect to another page.

Thanks.

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about redirect