From: Rich Bowen Date: Fri, 14 Jan 2011 20:57:26 +0000 (+0000) Subject: Rebuild HTML X-Git-Tag: 2.3.11~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8617338a50229bda410d2251b8c41bc5da1e2d4;p=apache Rebuild HTML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059164 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 05e7049b3f..fba46c2e60 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -275,14 +275,22 @@ but rather uses the -
-<VirtualHost *:80>
-  ServerName undesired.example.com
-  ServerAlias example.com notthis.example.com
-
-  Redirect / http://www.example.com/
+

+<VirtualHost *:80>
+ + ServerName undesired.example.com
+ ServerAlias example.com notthis.example.com
+
+ Redirect / http://www.example.com/
+
+</VirtualHost>
+
+<VirtualHost *:80>
+ + ServerName www.example.com
+
</VirtualHost> -

+

You can alternatively accomplish this using the <If>