]> granicus.if.org Git - apache/commitdiff
As per PR 44135
authorTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 01:34:51 +0000 (01:34 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 8 Feb 2008 01:34:51 +0000 (01:34 +0000)
Feeling brave mucking with the rewrite docs =)

setenvif -> added link to rewrite.html#rewritecond
rewrite -> added a see also so the rewrite flags stood out a little more.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619726 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 868484c6750ef8be81e262c24a8e2d1480cc6c96..661c8c51f416a52c066f732998fe1a3db8012b2f 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">
@@ -1238,6 +1241,7 @@ cannot use <code>$N</code> in the substitution string!
      </div>
 
 
+
       <p>Additionally you can set special <a name="rewriteflags" id="rewriteflags">actions</a> to be performed by 
       appending <strong><code>[</code><em>flags</em><code>]</code></strong>
       as the third argument to the <code>RewriteRule</code>
@@ -1513,6 +1517,7 @@ cannot use <code>$N</code> in the substitution string!
         </dd>
       </dl>
 
+
 <div class="note"><h3>Home directory expansion</h3>
 <p> When the substitution string begins with a string
 resembling "/~user" (via explicit text or backreferences), mod_rewrite performs
index 6c4a0df271ed280faec43324fd50a4e18df48cbc..62234517a1851089b11f82cd8ee4feb8abc721a9 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
@@ -1253,6 +1255,7 @@ cannot use <code>$N</code> in the substitution string!
      </note>
 
 
+
       <p>Additionally you can set special <a name="rewriteflags"
       id="rewriteflags">actions</a> to be performed by 
       appending <strong><code>[</code><em>flags</em><code>]</code></strong>
@@ -1532,6 +1535,7 @@ cannot use <code>$N</code> in the substitution string!
         </dd>
       </dl>
 
+
 <note><title>Home directory expansion</title>
 <p> When the substitution string begins with a string
 resembling "/~user" (via explicit text or backreferences), mod_rewrite performs
index d306c43381c15253e238944e31ce90fa9a7d7fc1..e1092269186ef9994d67c351728d0d35f962558f 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 b6f03ed6a7558e34c2e10680923943c8711fea2d..9712c78ae9993aeb6803c9eb004bba4157d4597c 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>