redirecting to it. This recipe has apparently been wrong for years.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832310
13f79535-47bb-0310-9956-
ffa450edef68
RewriteEngine on
RewriteMap multiplex txt:/path/to/map.mirrors
RewriteCond %{REMOTE_HOST} ([a-z]+)$ [NC]
-RewriteRule ^(.*)$ ${multiplex:<strong>%1</strong>|www.example.com}$1 [R,L]
+RewriteRule ^(.*)$ ${multiplex:<strong>%1</strong>|http://www.example.com/}$1 [R,L]
</pre></div>
<div class="example"><pre>
RewriteEngine on
RewriteMap multiplex txt:/path/to/map.mirrors
RewriteCond %{REMOTE_HOST} ([a-z]+)$ [NC]
-RewriteRule ^(.*)$ ${multiplex:<strong>%1</strong>|www.example.com}$1 [R,L]
+RewriteRule ^(.*)$ ${multiplex:<strong>%1</strong>|http://www.example.com/}$1 [R,L]
</pre></example>
<example><pre>