From: Rich Bowen Date: Fri, 1 May 2026 13:06:10 +0000 (+0000) Subject: Bug 70014: Document that disabling FollowSymLinks prevents mod_rewrite in per-directo... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adad4c87bd593f3129a09caf28ba24c2d92e4618;p=thirdparty%2Fapache%2Fhttpd.git Bug 70014: Document that disabling FollowSymLinks prevents mod_rewrite in per-directory context git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933643 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index eac8dfaf01..901cc9e4b2 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3988,6 +3988,10 @@ directory The server will follow symbolic links in this directory. This is the default setting. +

Disabling this option also prevents + mod_rewrite from operating in per-directory + context (.htaccess files and Directory sections).

Even though the server follows the symlink it does not change the pathname used to match against Directory sections.