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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@619728 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 9b130f4b5b83ae0b7a774700fc5de4a94d996c14..2468322d8377a2988ae5525a78f0399eda344e2e 100644 (file)
@@ -73,6 +73,9 @@ URLs on the fly</td></tr>
 <li><img alt="" src="../images/down.gif" /> <a href="#quoting">Quoting Special Characters</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#EnvVar">Environment Variables</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 d3a7724b0b37fd89ecdea3df5bd4639e5c7aaac7..af02cb747b1361564d53730c21cb44d80709bc78 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="InternalAPI"><title>API Phases</title>
 
       <p>Apache processes a HTTP request in several phases. 
index 03664679f1c0bcd1402c8838255a6b778b9a1e80..08d01bbf201cb5a7cea034e4256eedaf94ffb932 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 f78abfe3db936564c6552c9bac8f760be922b214..d4ce8406654c6e92f89749ee93b11b68256c2ff4 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>