* Redirect * * This method immediately redirects to a new URL. By default, * this issues a 302 Found response; this is considered the default * generic redirect response. You may also specify another valid * 3xx status code if you want. This method will automatically set the * HTTP Location header for you using the URL parameter and place the * destination URL in
( $url, $status = 302 )