From b3cb86cd33c012ed62c9618e0b615b9661974622 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sun, 21 Oct 2018 14:21:48 +0200 Subject: [PATCH] Update .htaccess --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 2d233b97..3b38df5b 100644 --- a/.htaccess +++ b/.htaccess @@ -6,7 +6,7 @@ AddDefaultCharset UTF-8 RewriteEngine on # Base directory -RewriteBase / +# RewriteBase / # Deny direct access to the next directories RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L] @@ -15,4 +15,4 @@ RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*) index.php [PT,L] - \ No newline at end of file +