From: Rich Bowen
Date: Tue, 25 Oct 2011 00:58:11 +0000 (+0000)
Subject: Rebuild HTML
X-Git-Tag: 2.3.15~91
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b019b9b0388ff055535cfffc60e9d3c38a646d4c;p=apache
Rebuild HTML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188474 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en
index c08903fbca..7fe0a700e3 100644
--- a/docs/manual/rewrite/avoid.html.en
+++ b/docs/manual/rewrite/avoid.html.en
@@ -205,7 +205,7 @@ hostname, such as www.example.com
instead of
example.com
. This can be done using the <If>
directive, as shown here:
-<If "$req{Host} = 'example.com'">
+<If "$req{Host} != 'www.example.com'">
RedirectMatch (.*) http://www.example.com$1
</If>