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
<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">
</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>
</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
<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
</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>
</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
<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>
<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>