From f224d3a2435a8341074685bbf1768bae6c25b2ff Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 10 Jun 2013 01:26:52 +0200 Subject: [PATCH] Add redirect for / --- public_html/modules/home.php | 16 ++++++++++++++++ public_html/rewrite.php | 1 + 2 files changed, 17 insertions(+) create mode 100644 public_html/modules/home.php diff --git a/public_html/modules/home.php b/public_html/modules/home.php new file mode 100644 index 0000000..cfcaea1 --- /dev/null +++ b/public_html/modules/home.php @@ -0,0 +1,16 @@ +allow_slash = true; $router->routes = array( 0 => array( + "^/$" => "modules/home.php", "^/list$" => "modules/list.php", "^/register$" => "modules/register.php", "^/login$" => "modules/login.php",