]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rewrite guide: harmonize seealso blocks across all files
authorRich Bowen <rbowen@apache.org>
Mon, 11 May 2026 19:50:14 +0000 (19:50 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 11 May 2026 19:50:14 +0000 (19:50 +0000)
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

docs/manual/rewrite/TODO.md
docs/manual/rewrite/avoid.xml
docs/manual/rewrite/flags.xml
docs/manual/rewrite/intro.xml
docs/manual/rewrite/remapping.xml
docs/manual/rewrite/rewritemap.xml
docs/manual/rewrite/tech.xml
docs/manual/rewrite/vhosts.xml

index d89fbec441d084f0c6b691c80c2cbea699e369b3..5ba3140a249a6bb5b94419070a82985ac2504538 100644 (file)
@@ -37,7 +37,7 @@ result in one file "owning" the content and others cross-referencing it.
 
 ## LOW Priority
 
-- [ ] **Harmonize `<seealso>` blocks** — htaccess.xml not consistently
+- [x] **Harmonize `<seealso>` blocks** — htaccess.xml not consistently
       listed in other files' seealso despite being a major topic.
 
 - [ ] **Deprecated stub files** (access.xml, advanced.xml, proxy.xml) —
index f2ce351fb1205b775bc5f3ae0f95220206c7d88d..1b8c124e34ce38e77fd749567cc39d97b19534de 100644 (file)
@@ -55,10 +55,11 @@ files to work with, you may need to resort to
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
 <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
+<seealso><a href="flags.html">RewriteRule Flags</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="rewritemap.html">Using RewriteMap</a></seealso>
-<!--<seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
-<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>-->
+<seealso><a href="tech.html">Technical details</a></seealso>
 
 <section id="redirect">
 <title>Simple Redirection</title>
index f810d98dc03f4576a1cd3f9a9fcf4293c72bd33d..1e586b8a1d09d854b42d41ee6215cf430a35bfb9 100644 (file)
@@ -34,9 +34,11 @@ providing detailed explanations and examples.</p>
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
 <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="rewritemap.html">Using RewriteMap</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
+<seealso><a href="tech.html">Technical details</a></seealso>
 
 <section id="introduction"><title>Introduction</title>
 <p>A <directive module="mod_rewrite">RewriteRule</directive> can have
index b2daa7dbc2324d122d0b3ca28b7585339a81f664..e35646b9a18363ed81a990ea942528f531aacb54 100644 (file)
@@ -35,11 +35,13 @@ but this doc should help the beginner get their feet wet.
 </summary>
 
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
-<!-- <seealso><a href="intro.html">mod_rewrite introduction</a></seealso> -->
 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
+<seealso><a href="flags.html">RewriteRule Flags</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="rewritemap.html">Using RewriteMap</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
+<seealso><a href="tech.html">Technical details</a></seealso>
 
 <section id="introduction"><title>Introduction</title>
 <p>The Apache module <module>mod_rewrite</module> is a very powerful and
index 42050a88c1a42bc3448ef9696cf0860caec21612..ba32436f4fe07af5a15a7e8ab16106a874e9e0bb 100644 (file)
@@ -36,10 +36,12 @@ including detailed descriptions of how each works.</p>
 </summary>
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
 <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
-<!--<seealso><a href="remapping.html">Redirection and remapping</a></seealso>-->
+<seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
+<seealso><a href="flags.html">RewriteRule Flags</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="rewritemap.html">Using RewriteMap</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
+<seealso><a href="tech.html">Technical details</a></seealso>
 
 <section id="old-to-new">
 
index 8f5718cd7f1f6c258fc5e0ff0f3213d814cf80d3..7b3193f671dcb9ac197a02780081e4c2ce579363 100644 (file)
@@ -33,9 +33,11 @@ and provides examples of each of the various <directive module="mod_rewrite"
   <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
   <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
   <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+  <seealso><a href="flags.html">RewriteRule Flags</a></seealso>
     <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
       <seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
+<seealso><a href="tech.html">Technical details</a></seealso>
 
   <section id="introduction">
     <title>Introduction</title>
index da6501727183fd08e59b0ed966e76cb7008f6d07..275a98d96553d0a41e8b2f7259fe33988048a57a 100644 (file)
@@ -32,6 +32,7 @@ and URL matching.</p>
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
 <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<seealso><a href="flags.html">RewriteRule Flags</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="rewritemap.html">Using RewriteMap</a></seealso>
 <seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
index 0ff8a063b1646a2b4a6fd89afc88bd4e4cfaa4d7..a270d264abb9ffc360ace308caa6a1ea9a6f9981 100644 (file)
@@ -42,10 +42,11 @@ mod_rewrite</a> document.</note>
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
 <seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
-<!--<seealso><a href="vhosts.html">Virtual hosts</a></seealso>-->
-<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="htaccess.html">Per-directory Rewrites</a></seealso>
+<seealso><a href="flags.html">RewriteRule Flags</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
+<seealso><a href="tech.html">Technical details</a></seealso>
 
 <section id="per-hostname">