X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2F.htaccess;h=04cd5468569ab649f5420390a4eb9fba2ddd8da7;hb=eabf8734a8a63e4d23583561c09206964250bb78;hp=559a5fcc09638da18364d85f11f2723b81b28488;hpb=8aa25523721303b6883e1a793f20997f8a33ec0a;p=friendica.git diff --git a/view/.htaccess b/view/.htaccess old mode 100755 new mode 100644 index 559a5fcc09..04cd546856 --- 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 + +