diff --git a/public/.htaccess b/public/.htaccess index a5c4081..a008e99 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -15,3 +15,10 @@ RewriteRule ^.*$ - [NC,L] RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$ RewriteRule ^(.*) - [E=BASE:%1] RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L] + + + Require all granted + + + Require all denied +