]> granicus.if.org Git - apache/commitdiff
Link to the new RewriteMap doc.
authorRich Bowen <rbowen@apache.org>
Tue, 18 May 2010 23:48:12 +0000 (23:48 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 18 May 2010 23:48:12 +0000 (23:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945967 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/intro.html.en
docs/manual/rewrite/intro.xml

index 5ca582bab9b7b24086c86d07b3ebba94f02c396a..0ba78c598d3f29593e3e8fb9ec67e000c6d8f60e 100644 (file)
@@ -298,7 +298,10 @@ and <code>$1</code> would contain <code>foo/bar</code>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="rewritemap" id="rewritemap">Rewrite maps</a></h2>
-<p>See <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>.</p>
+
+<p>The <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> directive
+provides a way to call an external function, so to speak, to do your
+rewriting for you. This is discussed in greater detail in the <a href="rewritemap.html">RewriteMap supplementary documentation</a>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="htaccess" id="htaccess">.htaccess files</a></h2>
index d304f056abb40401be45c0dc0954cca04be020c0..4d5027e02d11893fa397f1b8aff9d50fddecb42d 100644 (file)
@@ -310,7 +310,11 @@ and <code>$1</code> would contain <code>foo/bar</code>.</p>
 </section>
 
 <section id="rewritemap"><title>Rewrite maps</title>
-<p>See <directive module="mod_rewrite">RewriteMap</directive>.</p>
+
+<p>The <directive module="mod_rewrite">RewriteMap</directive> directive
+provides a way to call an external function, so to speak, to do your
+rewriting for you. This is discussed in greater detail in the <a
+href="rewritemap.html">RewriteMap supplementary documentation</a>.</p>
 </section>
 
 <section id="htaccess"><title>.htaccess files</title>