# A host en2.wikipedia.org was used in 2003 or so for primitive load # balancing between our two servers. Some URLs may be out there # still with that hostname; redirect them. ServerName en2.wikipedia.org RewriteEngine On RewriteMap escape int:escape RewriteRule ^/(.*)$ http://en.wikipedia.org/${escape:$1} [R=301,L,NE]