From b019b9b0388ff055535cfffc60e9d3c38a646d4c Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Tue, 25 Oct 2011 00:58:11 +0000
Subject: [PATCH] Rebuild HTML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188474 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/avoid.html.en | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
--
2.50.1