X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=a671cc680aff06f63aa301add63c8cc59c34ad33;hb=04b513ba95f80865be60e873af869363cc6a78e6;hp=1210dcf29cb59f5e38ba349d7a8c523a905e0afd;hpb=4c5fb5947d9389a64da4c030d92f42fe0ec78895;p=friendica.git diff --git a/.htaccess b/.htaccess index 1210dcf29c..a671cc680a 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,7 @@ AddType audio/ogg .oga #AddHandler php53-cgi .php - + #Apache 2.4 Require all denied @@ -37,10 +37,4 @@ 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] - -