X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2F.htaccess;h=cde5b443702095082d9aa138b7312e7cffffefa0;hb=94f5cb152afa9210162295b6727801c296af0631;hp=0a9a0473a5b834c168eff9800e1521197ac9a752;hpb=6277aefffea29c8aa6f684bd86c55cdc6366f32f;p=kivitendo-erp.git diff --git a/SL/.htaccess b/SL/.htaccess index 0a9a0473a..cde5b4437 100644 --- a/SL/.htaccess +++ b/SL/.htaccess @@ -1,2 +1,9 @@ -Order Allow,Deny -Deny from all + + # Apache 2.4 + Require all denied + + + # Apache 2.2 + Order deny,allow + Deny from all +