X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2F.htaccess;h=04cd5468569ab649f5420390a4eb9fba2ddd8da7;hb=3e4781172f524b75a5fcd2d0434c6b72be7d87f2;hp=559a5fcc09638da18364d85f11f2723b81b28488;hpb=cb05801a9031254f5882038de07a3ee4d5f89dd0;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 + +