diff options
-rw-r--r-- | docs/manual/rewrite/intro.html.en | 5 | ||||
-rw-r--r-- | docs/manual/rewrite/intro.xml | 6 |
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> |