]> granicus.if.org Git - apache/commitdiff
apply change from trunk
authorRich Bowen <rbowen@apache.org>
Fri, 8 May 2015 15:12:05 +0000 (15:12 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 8 May 2015 15:12:05 +0000 (15:12 +0000)
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

index 3a1813410dfc98b08d3c2216aaafb93a46c32872..a0c2eb1a9110d13676d443e1783fd9a0d3ada798 100644 (file)
@@ -92,6 +92,11 @@ and <code>/one/three/four.html</code>.</p>
 
 <highlight language="config">Redirect /one/ http://one.example.com/</highlight>
 
+<p>To redirect one hostname to another, for example
+<code>example.com</code> to <code>www.example.com</code>, see the
+<a href="remapping.html#canonicalhost">Canonical Hostnames</a>
+recipe.</p>
+
 <p>To redirect <code>http</code> URLs to <code>https</code>, do the
 following:</p>