aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 84a7eaf..186a57f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ ErrorDocument 404 /404.html
RewriteEngine on
# Redirect HTTP to HTTPS
-RewriteCond %{HTTPS} != on
+RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Disallow access to .htaccess