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