X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=2348cdc38b36ca4eed776ae762eee7d2c8edf660;hb=1a8d8e4c07d8af0b31c91eb522c296e6c044e846;hp=1210dcf29cb59f5e38ba349d7a8c523a905e0afd;hpb=4c5fb5947d9389a64da4c030d92f42fe0ec78895;p=friendica.git diff --git a/.htaccess b/.htaccess index 1210dcf29c..2348cdc38b 100644 --- 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] -