From b5148ad8f1ba643b31c025d6dee6fa4c62cce3c1 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Fri, 8 May 2015 15:12:05 +0000
Subject: [PATCH] apply change from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1678373 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/avoid.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 3a1813410d..a0c2eb1a91 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -92,6 +92,11 @@ and /one/three/four.html
.
Redirect /one/ http://one.example.com/
+To redirect one hostname to another, for example
+example.com
to www.example.com
, see the
+Canonical Hostnames
+recipe.
+
To redirect http
URLs to https
, do the
following:
--
2.40.0