]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess
really uncomment the lines.
[friendica.git] / .htaccess
index 8c8a8861c466824316310e6a7cf25823bfd37a62..d2aaa4e131ef6d901443ed94959e26e232257397 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -32,7 +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>