From: Rich Bowen
Date: Fri, 8 May 2015 15:07:33 +0000 (+0000)
Subject: Link to canonical hostnames recipe from "avoid" document.
X-Git-Tag: 2.5.0-alpha~3167
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987f32823c0d5c30ae9d47ad4bcf2432f153ad73;p=thirdparty%2Fapache%2Fhttpd.git
Link to canonical hostnames recipe from "avoid" document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1678371 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index c15ddcdcd09..25faedbaa4e 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -94,6 +94,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: