]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - htaccess.sample
Fixed E_NOTICE and open_basedir() warnings (realpath() checks this).
[quix0rs-gnu-social.git] / htaccess.sample
index c0b61ee29592540a2a18b0b3d50ca78d706a9d4e..d36e7f8b0f26ef246af4b2b2b2ec2ba68a1279ab 100644 (file)
@@ -25,6 +25,9 @@
 </IfModule>
 
 <FilesMatch "\.(ini)">
-  Order allow,deny
-</FilesMatch>
+  # 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>