From b8f82da6f854dc30cd937b2aacfb2691a173fb75 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Aug 2014 13:45:53 +0200 Subject: [PATCH] Added missing non-versioned files --- .gitignore | 1 + .htaccess | 5 +++++ index.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .htaccess create mode 100644 index.php diff --git a/.gitignore b/.gitignore index b926b02..59b749b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ app/Config/database.php app/tmp +lib/Cake diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..f23dbaf --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ + + RewriteEngine on + RewriteRule ^$ app/webroot/ [L] + RewriteRule (.*) app/webroot/$1 [L] + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..b54f617 --- /dev/null +++ b/index.php @@ -0,0 +1,42 @@ +