From 835ae75d72df6ca970dfac87384ba97ebf816784 Mon Sep 17 00:00:00 2001 From: floppy0 <31189947+floppy0@users.noreply.github.com> Date: Thu, 8 Mar 2018 15:37:53 +0100 Subject: [PATCH] comment rewritebase --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 407df643..cefe7dbe 100644 --- a/.htaccess +++ b/.htaccess @@ -6,7 +6,7 @@ AddDefaultCharset UTF-8 RewriteEngine on # Base directory -RewriteBase / +#RewriteBase / # Deny direct access to .txt files RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L] @@ -15,4 +15,4 @@ RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*) index.php [PT,L] - \ No newline at end of file +