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" <jshel...@mit.edu> 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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to