Commit 538c8e73 authored by Luis Gil's avatar Luis Gil
Browse files

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
parent d5b8d7f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −2
Original line number Diff line number Diff line
@@ -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>