]> git.mxchange.org Git - friendica.git/commitdiff
really uncomment the lines.
authorChristian González <nerdoc@users.noreply.github.com>
Sun, 31 Jan 2016 15:20:06 +0000 (16:20 +0100)
committerChristian González <nerdoc@users.noreply.github.com>
Sun, 31 Jan 2016 15:20:06 +0000 (16:20 +0100)
.htaccess

index a2c3c89147ffb6d2a4c13586f7f7d52f0a7c3367..d2aaa4e131ef6d901443ed94959e26e232257397 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -32,8 +32,8 @@ Deny from all
 
   # If you want to restrict access to your Friendica site to HTTPS only,
   # uncommment the following lines
-  RewriteCond %{HTTPS} !=on
-  RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
+  #RewriteCond %{HTTPS} !=on
+  #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
   
 </IfModule>