]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backporting to 2.2
authorTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 01:35:57 +0000 (01:35 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 01:35:57 +0000 (01:35 +0000)
As per PR 44135

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@619727 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml
docs/manual/mod/mod_setenvif.html.en
docs/manual/mod/mod_setenvif.xml

index 56ad2f8da92c5936efea5d9d3280a89d883a63eb..c9b85368ac00da03033106c4b6f00d83660d3d4a 100644 (file)
@@ -71,6 +71,9 @@ URLs on the fly</td></tr>
 <li><img alt="" src="../images/down.gif" /> <a href="#EnvVar">Environment Variables</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#vhosts">Rewriting in Virtual Hosts</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#Solutions">Practical Solutions</a></li>
+</ul><h3>See also</h3>
+<ul class="seealso">
+<li><a href="#rewriteflags">Rewrite Flags</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index 51639991ee517a996caaf38c0cb0cd728b1b150b..511f9f330b9b5d38c70550517be4d648025af3c2 100644 (file)
@@ -56,6 +56,8 @@ URLs on the fly</description>
       <a href="../rewrite/">detailed mod_rewrite documentation</a>.</p>
 </summary>
 
+<seealso><a href="#rewriteflags">Rewrite Flags</a></seealso>
+
 <section id="quoting"><title>Quoting Special Characters</title>
 
       <p>As of Apache 1.3.20, special characters in
index 6a1c897d5a2eea8039bd6c7337faaf981e25a4e7..3206d6c87de7ac50e4751d35aac2cfb35819f510 100644 (file)
@@ -173,7 +173,9 @@ respect to case</td></tr>
 
       <li><code>Request_URI</code> - the resource requested on the HTTP
        request line -- generally the portion of the URL
-      following the scheme and host portion without the query string</li>
+      following the scheme and host portion without the query string. See
+      <code class="module"><a href="../mod/mod_rewrite.html#rewritecond">mod_rewrite</a></code>
+      for extra information on how to match your query string.</li>
     </ul>
 </li>
 
index 9771b8476fea0b2e60f7c6137d1b90ada17dbf39..b0c9510d949aafb5626ca92f4a651b17661f080f 100644 (file)
@@ -168,7 +168,9 @@ respect to case</description>
 
       <li><code>Request_URI</code> - the resource requested on the HTTP
        request line -- generally the portion of the URL
-      following the scheme and host portion without the query string</li>
+      following the scheme and host portion without the query string. See
+      <code class="module"><a href="../mod/mod_rewrite.html#rewritecond">mod_rewrite</a></code>
+      for extra information on how to match your query string.</li>
     </ul>
 </li>