From: Rich Bowen
Date: Fri, 15 May 2026 19:40:03 +0000 (+0000)
Subject: howto/htaccess.xml: Note that AllowOverride defaults to None
X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=86fc017e2aa35d02182b310b07f9b92ca476b104;p=thirdparty%2Fapache%2Fhttpd.git
howto/htaccess.xml: Note that AllowOverride defaults to None
Users frequently miss that .htaccess files are disabled by default
(AllowOverride None since 2.3.9). Add an explicit note after the
AllowOverride explanation so this is immediately visible.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934247 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