Zend redirect issue
I am trying to redirect to
http://localhost/site/public/admin/login
from
http://localhost/site/public
but for some reason it redirects to
http://localhost/admin/login
The code I use is:
$this->_response->setRedirect('/admin/login')->sendResponse();
This is really frustrating for me and any help would be grealy ok
+2
a source to share