diff options
author | MaZderMind | 2014-11-29 19:31:21 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-29 19:31:21 +0100 |
commit | 6fea306ab914287bc2e6ec242f440e31e440110f (patch) | |
tree | 21c308f2fc31999ff9c8a31491c5ecddd9b8bf0b /404.php | |
parent | a3f189df339781c6aa4177b03cc1175a6bc53efe (diff) |
move url rewriting into php
for better compatibility with nginx
Diffstat (limited to '404.php')
-rw-r--r-- | 404.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/404.php b/404.php deleted file mode 100644 index 4eee2f2..0000000 --- a/404.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -require_once('lib/bootstrap.php'); - -echo $tpl->render(array( - 'page' => '404', - 'title' => '404 Not Found', -)); |