git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4192 a333f486-631f-4898-b8df-5754b55c2be0
@@ -1 +1,13 @@
-Deny from all
+# Apache 2.4
+<ifModule mod_authz_core.c>
+Require all denied
+</ifModule>
+
+# Apache 2.2
+<ifModule !mod_authz_core.c>
+deny from all
+Satisfy All
+# Apache 2.2 and 2.4
+IndexIgnore *