From 3d9b90d0ba623fd9f5d07f51cfcc85befdfc0411 Mon Sep 17 00:00:00 2001 From: shoully Date: Sat, 20 Dec 2014 06:19:50 -0800 Subject: [PATCH] Created 11 Redirects (markdown) --- 11-Redirects.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 11-Redirects.md diff --git a/11-Redirects.md b/11-Redirects.md new file mode 100644 index 0000000..5c69a6c --- /dev/null +++ b/11-Redirects.md @@ -0,0 +1,3 @@ +You can redirect the current request by using the `redirect` method and passing in a new URL: + + Flight::redirect('/new/location'); \ No newline at end of file