From 559d287a3df9b2fd2aee6a9ab6b2553abf7167a8 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 15 Dec 2020 17:45:02 -0300 Subject: [PATCH] Public folder --- public/.htaccess | 4 ++++ public/index.php | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 public/.htaccess create mode 100644 public/index.php diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..66ef8f6 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^ index.php [QSA,L] diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..159922a --- /dev/null +++ b/public/index.php @@ -0,0 +1,9 @@ +run();