Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

svn commit: r1338139 - /httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


humbedooh at apache

May 14, 2012, 3:36 AM

Post #1 of 1 (40 views)
Permalink
svn commit: r1338139 - /httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml

Author: humbedooh
Date: Mon May 14 10:36:07 2012
New Revision: 1338139

URL: http://svn.apache.org/viewvc?rev=1338139&view=rev
Log:
%{lowercase:key} should be ${lowercase:key}

Modified:
httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml?rev=1338139&r1=1338138&r2=1338139&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/vhosts.xml Mon May 14 10:36:07 2012
@@ -76,7 +76,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
</highlight></dd>

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.