]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fixing bugreport 63258 on the typo mapfile.map.pag
authorLuis Gil <lgilbernabe@apache.org>
Wed, 13 Mar 2019 00:09:19 +0000 (00:09 +0000)
committerLuis Gil <lgilbernabe@apache.org>
Wed, 13 Mar 2019 00:09:19 +0000 (00:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855357 13f79535-47bb-0310-9956-ffa450edef68

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

index 2161f15b22329bf73de9f843f3b19824e91bd057..9b989c99bfa1465d87998324d8901dbcb504eac5 100644 (file)
@@ -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>
index 736e352e2bc22fc07e408aec2f444a4359aabb52..3e751226617e3b725a3928b168074e5b6b1791d2 100644 (file)
@@ -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>