]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild html from xml typo fixes.
authorRich Bowen <rbowen@apache.org>
Sun, 8 Nov 2009 22:20:37 +0000 (22:20 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 8 Nov 2009 22:20:37 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833936 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.html.en

index 0de5937df2c904d94346fcbbbda673f815a33dff..fcb2ba2064ca4f4868994ad51172e5af18f65b9c 100644 (file)
@@ -237,7 +237,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
@@ -362,7 +362,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 <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>
+    <p>We'll use <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>
     directive to build a list of servers that we wish to use.</p>
 
 <div class="example"><pre>