]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Rewrite guide: deduplicate per-directory path stripping explanation
authorRich Bowen <rbowen@apache.org>
Mon, 11 May 2026 16:46:22 +0000 (16:46 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 11 May 2026 16:46:22 +0000 (16:46 +0000)
commit5e91c12ad8b43066bd75e3ab682ca8fa5938b9f8
tree9c35f0bdd043099af6960c800ecb344b29a8d2aa
parent967221238d2e8185f5f68e252eee2d027348ff83
Rewrite guide: deduplicate per-directory path stripping explanation

The same concept (directory prefix is stripped before matching in
per-directory context) was explained in full across three files with
near-identical comparison tables. Now htaccess.xml owns the complete
explanation; intro.xml and tech.xml each have a brief mention with a
cross-reference.

Moved the subrequest/reprocessing detail from tech.xml into
htaccess.xml where it bridges into the looping discussion — most
users will never read the tech doc.

tech.xml retains its unique content about the two API phases
(URL-to-filename hook and Fixup hook).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934108 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/rewrite/htaccess.xml
docs/manual/rewrite/intro.xml
docs/manual/rewrite/tech.xml