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 @@ +