Author: pctony
Date: Thu Feb 7 17:34:51 2008
New Revision: 619726
URL: http://svn.apache.org/viewvc?rev=619726&view=rev
Log:
As per PR 44135
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.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en
httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en?rev=619726&r1=619725&r2=619726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Thu Feb 7 17:34:51 2008
@@ -71,6 +71,9 @@
<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 @@
</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>
@@ -1512,6 +1516,7 @@
</code></p></div>
</dd>
</dl>
+
<div class="note"><h3>Home directory expansion</h3>
<p> When the substitution string begins with a string
Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=619726&r1=619725&r2=619726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Thu Feb 7 17:34:51 2008
@@ -56,6 +56,8 @@
<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 @@
</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>
@@ -1531,6 +1534,7 @@
</example>
</dd>
</dl>
+
<note><title>Home directory expansion</title>
<p> When the substitution string begins with a string
Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en?rev=619726&r1=619725&r2=619726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en Thu Feb 7 17:34:51 2008
@@ -173,7 +173,9 @@
<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>
Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml?rev=619726&r1=619725&r2=619726&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml Thu Feb 7 17:34:51 2008
@@ -168,7 +168,9 @@
<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>
|