X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6277aefffea29c8aa6f684bd86c55cdc6366f32f..da3cca7d4396168d3e14f16a2b902e5e96665ef8:/SL/.htaccess
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
+