summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-05-19 01:48:12 +0200
committerRich Bowen <rbowen@apache.org>2010-05-19 01:48:12 +0200
commit3c629a49f1d4569f946d5e647d1f523a78c086fc (patch)
treed66ad5ddc04f454e569c186c8aa3b87846f6ece5 /docs/manual/rewrite
parentAdds a useful and complete example for using RewriteMap txt: (diff)
downloadapache2-3c629a49f1d4569f946d5e647d1f523a78c086fc.tar.xz
apache2-3c629a49f1d4569f946d5e647d1f523a78c086fc.zip
Link to the new RewriteMap doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite')
-rw-r--r--docs/manual/rewrite/intro.html.en5
-rw-r--r--docs/manual/rewrite/intro.xml6
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en
index 5ca582bab9..0ba78c598d 100644
--- a/docs/manual/rewrite/intro.html.en
+++ b/docs/manual/rewrite/intro.html.en
@@ -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>
diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml
index d304f056ab..4d5027e02d 100644
--- a/docs/manual/rewrite/intro.xml
+++ b/docs/manual/rewrite/intro.xml
@@ -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>