
humbedooh at apache
May 14, 2012, 3:36 AM
Post #1 of 1
(52 views)
Permalink
|
|
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>
|