You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/14 12:36:39 UTC

svn commit: r1338140 - /httpd/httpd/trunk/docs/manual/rewrite/vhosts.html.en

Author: humbedooh
Date: Mon May 14 10:36:38 2012
New Revision: 1338140

URL: http://svn.apache.org/viewvc?rev=1338140&view=rev
Log:
rebuild

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/vhosts.html.en

Modified: httpd/httpd/trunk/docs/manual/rewrite/vhosts.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/vhosts.html.en?rev=1338140&r1=1338139&r2=1338140&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/vhosts.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/vhosts.html.en Mon May 14 10:36:38 2012
@@ -70,7 +70,7 @@ RewriteEngine on
 
 RewriteMap    lowercase int:tolower
 
-RewriteCond   %{lowercase:%{<strong>HTTP_HOST</strong>}}   ^www\.<strong>([^.]+)</strong>\.example\.com$
+RewriteCond   ${lowercase:%{<strong>HTTP_HOST</strong>}}   ^www\.<strong>([^.]+)</strong>\.example\.com$
 RewriteRule   ^(.*) /home/<strong>%1</strong>/www$1
 </pre>
 </dd>