X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7f2cf94759beb6f08ff67bea0b3d1eca671ede3d..e1b0bda5b93e17bc5c06a6fecde41f537cb20c99:/config/.htaccess diff --git a/config/.htaccess b/config/.htaccess index 0a9a0473a..cde5b4437 100644 --- a/config/.htaccess +++ b/config/.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 +