Hi folks, Thanks to the list and the gracious member who helped me solve the issue. Turns out the syntax below worked. Best Josh ================ Josh Sheldon On 8/11/12 6:07 PM, "Josh Sheldon" <jsheldon@xxxxxxx> wrote: >NameVirtualHost * > ><VirtualHost *> >ServerName one.example.machine.org >DocumentRoot "/var/www" ><Directory "/var/www"> >allow from all >Options +Indexes ></Directory> >RedirectMatch ^/$ "http://another.example.machine/one" ></VirtualHost> > ><VirtualHost *> >ServerName two.example.machine.org >DocumentRoot "/var/www" ><Directory "/var/www"> >allow from all >Options +Indexes ></Directory> >RedirectMatch ^/$ "http://another.example.machine/two" ></VirtualHost> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx