]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Misses this file to merge. I like the comments.
authorRoland Haeder <roland@mxchange.org>
Sun, 19 Apr 2015 13:17:01 +0000 (15:17 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:21:07 +0000 (00:21 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
htaccess.sample

index 2acf2b24cf8885cec034852156e5a9d06ace907e..d36e7f8b0f26ef246af4b2b2b2ec2ba68a1279ab 100644 (file)
@@ -25,5 +25,9 @@
 </IfModule>
 
 <FilesMatch "\.(ini)">
-  Order allow,deny
+  # For mod_access_compat in Apache <2.4
+  #Order allow,deny
+
+  # Use this instead for Apache >2.4 (mod_authz_host)
+  # Require all denied
 </FilesMatch>