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