]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: Further wordsmithing of RewriteRule per-directory notes - modernize AllowOverri...
authorRich Bowen <rbowen@apache.org>
Thu, 7 May 2026 19:55:53 +0000 (19:55 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 May 2026 19:55:53 +0000 (19:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933916 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 0762850032103bcf988b3dcdb68bb94149b0b6b9..623a285a331fb5eaa4034a8ddb6bbc629ea3c430 100644 (file)
@@ -1135,13 +1135,14 @@ module="core">Directory</directive> sections, with some additional
 complexity.</li>
 
 <li>To enable the rewrite engine in this context, you need to set
-"<code>RewriteEngine On</code>" <strong>and</strong>
-the <code>FollowSymLinks</code> or <code>SymLinksIfOwnerMatch</code>
-<directive module="core">Options</directive> must be enabled. If your
-administrator has disabled override of these options for a user's
-directory via <directive module="core">AllowOverride</directive>, the
-rewrite engine cannot be used in <code>.htaccess</code> files in that
-directory.</li>
+<code>RewriteEngine On</code> <strong>and</strong>
+at least one of the <code>FollowSymLinks</code> or
+<code>SymLinksIfOwnerMatch</code>
+<directive module="core">Options</directive> must be enabled. Note
+that these options cannot be set in a distributed configuration file
+(<code>.htaccess</code>) unless
+<directive module="core">AllowOverride</directive> permits it
+in the server configuration.</li>
 
 <li>See the <directive module="mod_rewrite">RewriteBase</directive>
 directive for more information regarding what prefix will be added back to