]> git.mxchange.org Git - friendica.git/commitdiff
Reverted some strange stuff
authorMichael Vogel <icarus@dabo.de>
Fri, 22 Jul 2016 16:13:06 +0000 (18:13 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 22 Jul 2016 16:13:06 +0000 (18:13 +0200)
.htaccess

index 1210dcf29cb59f5e38ba349d7a8c523a905e0afd..2348cdc38b36ca4eed776ae762eee7d2c8edf660 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -37,10 +37,5 @@ AddType audio/ogg .oga
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
 
-  # 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]
-  
 </IfModule>