Browse code

Support Apache 2.4

Benjamin Roth authored on26/06/2017 19:54:36
Showing1 changed files
... ...
@@ -1,2 +1,7 @@
1
-order deny,allow
2
-allow from all
3 1
\ No newline at end of file
2
+<IfModule !mod_authz_core.c>
3
+  Order allow,deny
4
+  Allow from all
5
+</IfModule>
6
+<IfModule mod_authz_core.c>
7
+  Require all granted
8
+</IfModule>
4 9
\ No newline at end of file