From: Daniel Gruno Date: Mon, 14 May 2012 10:38:11 +0000 (+0000) Subject: rebuild X-Git-Tag: 2.4.3~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1089ff16045665d2e96425c954cee3f8706872a6;p=apache rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1338143 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/vhosts.html.en b/docs/manual/rewrite/vhosts.html.en index d74fe70e9e..3e7a84a997 100644 --- a/docs/manual/rewrite/vhosts.html.en +++ b/docs/manual/rewrite/vhosts.html.en @@ -70,7 +70,7 @@ RewriteEngine on RewriteMap lowercase int:tolower -RewriteCond %{lowercase:%{HTTP_HOST}} ^www\.([^.]+)\.example\.com$ +RewriteCond ${lowercase:%{HTTP_HOST}} ^www\.([^.]+)\.example\.com$ RewriteRule ^(.*) /home/%1/www$1