]> granicus.if.org Git - apache/commitdiff
Rebuild HTML
authorRich Bowen <rbowen@apache.org>
Fri, 8 May 2015 15:10:46 +0000 (15:10 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 8 May 2015 15:10:46 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1678372 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.html.en

index a7abe67f0bd229960af2cd92a91ddc825c720710..4ed8e0b20b1f7e66ad4d435f0428ba7652214c7c 100644 (file)
@@ -88,6 +88,11 @@ and <code>/one/three/four.html</code>.</p>
 <pre class="prettyprint lang-config">Redirect "/one/" "http://one.example.com/"</pre>
 
 
+<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>