X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=a671cc680aff06f63aa301add63c8cc59c34ad33;hb=ec49d004e32d873dfb67e93e733c27602255d8ee;hp=8c8a8861c466824316310e6a7cf25823bfd37a62;hpb=2ca9d011fe2118293a53b0fda068b3ec27d34c4a;p=friendica.git diff --git a/.htaccess b/.htaccess index 8c8a8861c4..a671cc680a 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,14 @@ AddType audio/ogg .oga #AddHandler php53-cgi .php -Deny from all + + #Apache 2.4 + Require all denied + + + #Apache 2.2 + Deny from all + @@ -30,9 +37,4 @@ Deny from all 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] -