summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Gil <lgilbernabe@apache.org>2019-03-13 00:09:19 +0000
committerLuis Gil <lgilbernabe@apache.org>2019-03-13 00:09:19 +0000
commitf1b308b7b3f3d7d8a2a3d1e7a0e22879356ffeb8 (patch)
tree4ec891970b72d289c00ce1f74b7d1dff47af3ffc
parent752cf5e66cc645aeb37d7ba97359ee5bbe3d99ec (diff)
downloadhttpd-f1b308b7b3f3d7d8a2a3d1e7a0e22879356ffeb8.tar.gz
fixing bugreport 63258 on the typo mapfile.map.pag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855357 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/rewrite/rewritemap.html.en2
-rw-r--r--docs/manual/rewrite/rewritemap.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en
index 2161f15b22..9b989c99bf 100644
--- a/docs/manual/rewrite/rewritemap.html.en
+++ b/docs/manual/rewrite/rewritemap.html.en
@@ -323,7 +323,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map
<div class="note">
<p>Note that with some dbm types, more than one file is generated, with
a common base name. For example, you may have two files named
-<code>mapfile.map.dir</code> and <code>mapfiile.map.pag</code>. This is
+<code>mapfile.map.dir</code> and <code>mapfile.map.pag</code>. This is
normal, and you need only use the base name <code>mapfile.map</code> in
your <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> directive.</p>
</div>
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml
index 736e352e2b..3e75122661 100644
--- a/docs/manual/rewrite/rewritemap.xml
+++ b/docs/manual/rewrite/rewritemap.xml
@@ -151,7 +151,6 @@ may be used, and give examples of each.</p>
<p> <strong>Redirect a URI to an all-lowercase version of itself</strong></p>
<highlight language="config">
-
RewriteMap lc int:tolower
RewriteRule "(.*)" "${lc:$1}" [R]
</highlight>
@@ -329,7 +328,7 @@ RewriteMap mapname "dbm:/etc/apache/mapfile.map"
<note>
<p>Note that with some dbm types, more than one file is generated, with
a common base name. For example, you may have two files named
-<code>mapfile.map.dir</code> and <code>mapfiile.map.pag</code>. This is
+<code>mapfile.map.dir</code> and <code>mapfile.map.pag</code>. This is
normal, and you need only use the base name <code>mapfile.map</code> in
your <directive module="mod_rewrite">RewriteMap</directive> directive.</p>
</note>