How to redirect to url but not "controller/action" ?
This will redirect to /user/login page:
$this->response->redirect('user/login');
I would like to redirect to /login page.
Thanks
How to redirect to url but not "controller/action" ?
This will redirect to /user/login page:
$this->response->redirect('user/login');
I would like to redirect to /login page.
Thanks