From: Rich Bowen
Date: Sun, 17 May 2026 21:59:37 +0000 (+0000)
Subject: Clarify that AllowOverride now defaults to None, which is new in 2.4 and not clearly...
X-Git-Tag: 2.4.68-rc1-candidate~117
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc4816a57f107faed203fef4814839d84d68c30e;p=thirdparty%2Fapache%2Fhttpd.git
Clarify that AllowOverride now defaults to None, which is new in 2.4 and not clearly mentioned elsewhere in this doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934320 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml
index 6fd286af21..16c1d2a369 100644
--- a/docs/manual/howto/htaccess.xml
+++ b/docs/manual/howto/htaccess.xml
@@ -96,6 +96,11 @@ AccessFileName ".config"
module="core">AllowOverride in order for that
directive to be permitted.
+ The default value of AllowOverride is None.
+ This means .htaccess files are completely ignored
+ unless you explicitly enable them for a directory.
+
For example, if you look at the documentation for the AddDefaultCharset
directive, you will find that it is permitted in .htaccess