]> granicus.if.org Git - apache/commitdiff
Link to canonical hostnames recipe from "avoid" document.
authorRich Bowen <rbowen@apache.org>
Fri, 8 May 2015 15:07:33 +0000 (15:07 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 8 May 2015 15:07:33 +0000 (15:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1678371 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.xml

index c15ddcdcd09a787f0a48e4162c84d64335a936ab..25faedbaa4e991b4e5e1435654d258ebc882b97b 100644 (file)
@@ -94,6 +94,11 @@ and <code>/one/three/four.html</code>.</p>
 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>