Hi,<br><br>I've had to put an instance of apache behind varnish as a redirector as I can't think of a way of making varnish do it. Can this apache rewrite be done in vcl?<br><br>RewriteRule  ^/(.*)/home/(.*)$  http://$<a href="http://1_host.example.com/$2">1_host.example.com/$2</a> [P]<br>
<br>I've been looking at a mix of using regsub to change parts of the URL and redirecting using a "error 750" but its becoming more complicated and using apache is looking like the simplest solution unless I'm missing something obvious in vcl.<br>
<br>Thanks,<br><br>Rob<br>