]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Little typos.
authorLucien Gentis <lgentis@apache.org>
Sun, 8 Nov 2009 13:56:00 +0000 (13:56 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 8 Nov 2009 13:56:00 +0000 (13:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833878 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.xml

index cd77cd24ce1e1e40d5c6b9f499288d6851602344..fd6a0f142cc403fb71870d0526b81695e1d2319d 100644 (file)
@@ -239,7 +239,7 @@ RewriteRule ^(.*).html$ $1.php
     RewriteRule before it evaluates the RewriteCond directives.
     Consequently, $1 is already defined by the time the RewriteCond
     directives are evaluated. This allows us to test for the existence
-    of the the original (<code>document.html</code>) and target
+    of the original (<code>document.html</code>) and target
     (<code>document.php</code>) files using the same base filename.</p>
 
     <p>This ruleset is designed to use in a per-directory context (In a
@@ -366,7 +366,7 @@ RewriteRule   ^(.+)  -  [PT]
     <p>Looking at the hostname of the requesting client, we determine
     which country they are coming from. If we can't do a lookup on their
     IP address, we fall back to a default server.</p>
-    <p>We'll use <directive module="mod_rewrite">RewriteMap</directive>
+    <p>We'll use <directive module="mod_rewrite">RewriteMap</directive>
     directive to build a list of servers that we wish to use.</p>
 
 <example><pre>