From 2a08e41d748ef1af10c88d9c66e7997a552b1960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Fri, 20 Apr 2018 10:56:39 +0200 Subject: [PATCH] * htaccess options to work with apache --- public/.htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index cd6355d..a646e39 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -17,3 +17,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 +