]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess
really uncomment the lines.
[friendica.git] / .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>