]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
rewrite guide: document mod_rewrite vs mod_alias processing order
authorRich Bowen <rbowen@apache.org>
Thu, 14 May 2026 19:17:27 +0000 (19:17 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 May 2026 19:17:27 +0000 (19:17 +0000)
commit3dba96658a6d1bd3b44e1af2353ce5090bdbbcd3
treeffa2fadd3b506fd4cf3c0ee21b213f2ec8358c3e
parentef0d4767b42ca9a88c0695314086d3d82f2596b5
rewrite guide: document mod_rewrite vs mod_alias processing order

tech.xml: new "Module Processing Order" section explaining that
mod_rewrite runs before mod_alias in server/vhost context (hook
priority, not config order), and that per-directory context reverses
this. Includes a concrete example and practical guidance.

avoid.xml: add cross-reference note to the "Simple Redirection"
section warning about the order inconsistency.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934198 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/rewrite/TODO.md
docs/manual/rewrite/avoid.xml
docs/manual/rewrite/tech.xml