Help for this page

Select Code to Download


  1. or download this
       $c->response->redirect('/login/'.$c->request->path);
    
  2. or download this
       $c->response->redirect($c->uri_for('/login', $c->request->path));