From bf2bdb186b07634b8ad007fcaf6a17d3a0c43f5b Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Mon, 10 Jun 2019 20:21:35 +0200 Subject: [PATCH] refactored htacces to use the new syntax --- .htaccess | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.htaccess b/.htaccess index 0ab1e54..d15f6c7 100644 --- a/.htaccess +++ b/.htaccess @@ -26,33 +26,27 @@ #Deny every *.php file - Order Deny,Allow - Deny from all + Require all granted Allow from 127.0.0.1 #allow following files - Order Allow,Deny - Allow from all + Require all granted - Order Allow,Deny - Allow from all + Require all granted - Order Allow,Deny - Allow from all + Require all granted - Order Allow,Deny - Allow from all + Require all granted - Order Allow,Deny - Allow from all + Require all granted