]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reflect clarified title of htaccess.xml
authorRich Bowen <rbowen@apache.org>
Mon, 11 May 2026 13:26:20 +0000 (13:26 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 11 May 2026 13:26:20 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934098 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.xml
docs/manual/rewrite/flags.xml
docs/manual/rewrite/rewritemap.xml
docs/manual/rewrite/tech.xml
docs/manual/rewrite/vhosts.xml

index 5975f41ee7e5ca958c9713542628ec4d804f6ff6..39b2e132a9d164b82be62cf0c3f3f6e0a40e665a 100644 (file)
@@ -57,7 +57,7 @@ files to work with, you may need to resort to
 <seealso><a href="remapping.html">Redirection and remapping</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 (.htaccess)</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>-->
 
 <section id="redirect">
index e50c8fc0762ffb5e2e565c0a7fd76eb58fb8e263..a28039ff3c56229a7141f1828ad7d98adbbe17df 100644 (file)
@@ -396,7 +396,7 @@ RewriteRule "^(.*)$" "/index.php" [END]
 <p>This does not apply to new requests resulting from external
 redirects.</p>
 
-<p>See the <a href="htaccess.html#loops">.htaccess looping</a>
+<p>See the <a href="htaccess.html#loops">Per-directory Rewrites</a>
 discussion for a detailed explanation of why [L] behaves differently
 in per-directory context, and when [END] is the right choice.</p>
 
index 2821e5547c581cec556b8ee8edca853bc753e75e..8f5718cd7f1f6c258fc5e0ff0f3213d814cf80d3 100644 (file)
@@ -34,7 +34,7 @@ and provides examples of each of the various <directive module="mod_rewrite"
   <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="htaccess.html">Per-directory rewrites (.htaccess)</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>
 
   <section id="introduction">
index 10cd6465b0c30f43719ebf2fb627038085ef7df3..fbb9da662d7e9d82540f05c5c600bf2e19759b3e 100644 (file)
@@ -34,7 +34,7 @@ and URL matching.</p>
 <seealso><a href="remapping.html">Redirection and remapping</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 (.htaccess)</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>
 
 <section id="InternalAPI"><title>API Phases</title>
index 8a9b677b726c83e16b596556f6758663605fd557..0ff8a063b1646a2b4a6fd89afc88bd4e4cfaa4d7 100644 (file)
@@ -44,7 +44,7 @@ mod_rewrite</a> document.</note>
 <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 (.htaccess)</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>
 
 <section id="per-hostname">