+
+
+
+
+
+
+ A PHP MVC RESTful framework
+
+
+
Authors
+
Gabriel Sobrinho (gabriel.sobrinho@gmail.com)
parweb (parweb@gmail.com)
+
Contact
+
chris (parweb@gmail.com)
+
+
+
Download
+
+ You can download this project in either
+ zip or
+ tar formats.
+
+
You can also clone the project with Git
+ by running:
+
$ git clone git://github.com/parweb/corephp
+
+
+
+
+
+
+
+
+
diff --git a/public/.htaccess b/public/.htaccess
deleted file mode 100644
index 1f5ee99..0000000
--- a/public/.htaccess
+++ /dev/null
@@ -1,6 +0,0 @@
-RewriteEngine On
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php/$1 [QSA,L]
-
diff --git a/public/index.php b/public/index.php
deleted file mode 100644
index a6e6fd7..0000000
--- a/public/index.php
+++ /dev/null
@@ -1,46 +0,0 @@
-
- *
- * This file is part of Core PHP Framework.
- *
- * Core PHP Framework is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Core PHP Framework is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with Core PHP Framework. If not, see