]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bug 70015: Clarify FollowSymLinks requirement for per-directory rewrites; note SymLin...
authorRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 13:02:44 +0000 (13:02 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 13:02:44 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933641 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index f0f8cf7ebe0fa6f75b4107d493c5ff808578d90a..6cd8e76343bdb3f2d22ba2cade9753c0eafb59e8 100644 (file)
@@ -1143,10 +1143,12 @@ complexity.</li>
 
 <li>To enable the rewrite engine in this context, you need to set
 "<code>RewriteEngine On</code>" <strong>and</strong>
-"<code>Options FollowSymLinks</code>" must be enabled. If your
-administrator has disabled override of <code>FollowSymLinks</code> for
-a user's directory, then you cannot use the rewrite engine. This
-restriction is required for security reasons.</li>
+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>
 
 <li>See the <directive module="mod_rewrite">RewriteBase</directive>
 directive for more information regarding what prefix will be added back to