From: Rich Bowen
Date: Mon, 11 May 2026 19:50:14 +0000 (+0000)
Subject: Rewrite guide: harmonize seealso blocks across all files
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=781cdcce4715e700c8f7899bde5d47882ee10599;p=thirdparty%2Fapache%2Fhttpd.git
Rewrite guide: harmonize seealso blocks across all files
Every document in the rewrite guide now cross-references all sibling
documents (htaccess, flags, tech, intro, remapping, rewritemap, vhosts,
avoid) consistently. Removed commented-out self-references.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934122 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/TODO.md b/docs/manual/rewrite/TODO.md
index d89fbec441..5ba3140a24 100644
--- a/docs/manual/rewrite/TODO.md
+++ b/docs/manual/rewrite/TODO.md
@@ -37,7 +37,7 @@ result in one file "owning" the content and others cross-referencing it.
## LOW Priority
-- [ ] **Harmonize `` blocks** â htaccess.xml not consistently
+- [x] **Harmonize `` blocks** â htaccess.xml not consistently
listed in other files' seealso despite being a major topic.
- [ ] **Deprecated stub files** (access.xml, advanced.xml, proxy.xml) â
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index f2ce351fb1..1b8c124e34 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -55,10 +55,11 @@ files to work with, you may need to resort to
Module documentation
mod_rewrite introduction
Redirection and remapping
+Per-directory Rewrites
+RewriteRule Flags
Virtual hosts
Using RewriteMap
-
+Technical details
Simple Redirection
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index f810d98dc0..1e586b8a1d 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -34,9 +34,11 @@ providing detailed explanations and examples.
Module documentation
mod_rewrite introduction
Redirection and remapping
+Per-directory Rewrites
Virtual hosts
Using RewriteMap
When not to use mod_rewrite
+Technical details