We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$this->redirect(string $location[, int $http_code = 302]);
Forwards the user to the URL given. Passes along headers to indicate redirect code.
$this->redirect("http://google.com/");
$this->redirect("/new-page/", 301);
[More Info](Error Layer)
[More Info](Load Layer)
[More Info](Database Layer)
< Back to Index