X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2F.htaccess;h=04cd5468569ab649f5420390a4eb9fba2ddd8da7;hb=eabf8734a8a63e4d23583561c09206964250bb78;hp=559a5fcc09638da18364d85f11f2723b81b28488;hpb=32602c5f87a5731a578f99c97adfb27721a13fb1;p=friendica.git diff --git a/view/.htaccess b/view/.htaccess index 559a5fcc09..04cd546856 100644 --- a/view/.htaccess +++ b/view/.htaccess @@ -1,3 +1,10 @@ -Deny from all - \ No newline at end of file + + #Apache 2.4 + Require all denied + + + #Apache 2.2 + Deny from all + +