]> granicus.if.org Git - apache/commitdiff
Rebuild HTML
authorRich Bowen <rbowen@apache.org>
Fri, 14 Jan 2011 20:57:26 +0000 (20:57 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 14 Jan 2011 20:57:26 +0000 (20:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059164 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.html.en

index 05e7049b3fc565fc8c3803df8a489afcb4a8982f..fba46c2e604902690c3d9091e41621112cb046fe 100644 (file)
@@ -275,14 +275,22 @@ but rather uses the <code class="directive"><a href="../mod/alias.html#redirect"
 directive placed in a virtual host for the non-canonical
 hostname(s).</p>
 
-<div class="example"><pre>
-&lt;VirtualHost *:80&gt;
-  ServerName undesired.example.com
-  ServerAlias example.com notthis.example.com
-
-  Redirect / http://www.example.com/
+<div class="example"><p><code>
+&lt;VirtualHost *:80&gt;<br />
+<span class="indent">
+  ServerName undesired.example.com<br />
+  ServerAlias example.com notthis.example.com<br />
+<br />
+  Redirect / http://www.example.com/<br />
+</span>
+&lt;/VirtualHost&gt;<br />
+<br />
+&lt;VirtualHost *:80&gt;<br />
+<span class="indent">
+  ServerName www.example.com<br />
+</span>
 &lt;/VirtualHost&gt;
-</pre></div>
+</code></p></div>
 
 <p>You can alternatively accomplish this using the 
 <code class="directive"><a href="../mod/core.html#if">&lt;If&gt;</a></code>