From 47bf5df0454c5c6e6704016b31c2b0b48a1b66a3 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 29 Apr 2014 23:38:39 +0200 Subject: [PATCH] comment .htaccess --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index b473d79aa7..06a4837bd9 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,9 @@ # .htaccess for elabftw # AllowOverride must be set to All in Apache config # FORCE HTTPS -RewriteEngine On -RewriteCond %{HTTPS} off -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} +#RewriteEngine On +#RewriteCond %{HTTPS} off +#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} # DO NOT SHOW DIRECTORIES Options -Indexes