From: Rich Bowen
Date: Sun, 8 Nov 2009 22:20:37 +0000 (+0000)
Subject: Rebuild html from xml typo fixes.
X-Git-Tag: 2.3.3~19
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d52ef1dea8649b150c6f15c9fa2b718e58654af2;p=thirdparty%2Fapache%2Fhttpd.git
Rebuild html from xml typo fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833936 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en
index 0de5937df2c..fcb2ba2064c 100644
--- a/docs/manual/rewrite/remapping.html.en
+++ b/docs/manual/rewrite/remapping.html.en
@@ -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 (document.html) and target
+ of the original (document.html) and target
(document.php) files using the same base filename.
This ruleset is designed to use in a per-directory context (In a
@@ -362,7 +362,7 @@ RewriteRule ^(.+) - [PT]
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.
- We'll use RewriteMap
+
We'll use a RewriteMap
directive to build a list of servers that we wish to use.