From cb7fff1015792669551625b2f6b0045274ef2172 Mon Sep 17 00:00:00 2001 From: jasmeetchadha <49923268+jasmeetchadha@users.noreply.github.com> Date: Wed, 15 May 2019 13:10:07 +0100 Subject: [PATCH] Update .htaccess --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 3ef5e4499..6b2cc3170 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 +