X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=a671cc680aff06f63aa301add63c8cc59c34ad33;hb=04b513ba95f80865be60e873af869363cc6a78e6;hp=1b63f9ad6fb2b81060f5da54cdc82277ceb7f310;hpb=395be3dcde55d16c8e23dbe9137d1279b58442a4;p=friendica.git diff --git a/.htaccess b/.htaccess index 1b63f9ad6f..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 + @@ -31,4 +38,3 @@ Deny from all RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] -