2009/11/3 <[email protected]>: > Author: rbowen > Date: Tue Nov 3 06:09:35 2009 > New Revision: 832310 [...] > -RewriteRule ^(.*)$ ${multiplex:<strong>%1</strong>|www.example.com}$1 > [R,L] > +RewriteRule ^(.*)$ > ${multiplex:<strong>%1</strong>|http://www.example.com/}$1 [R,L]
I think the pattern should be ^/(.*) as well since the rule-set is likely placed into server context due to the map definition. So one will get example.com//foo or example.de//foo since both the map values and the default value supply the leading slash of the URL-path portion. Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
