01-28-2008, 01:56 AM
I'm trying to setup a virtual host through Apache.
I have domain.com go to /website
I'd like to have subdomain.domain.com go to /other_website.
Clearly, that's not working for me.
The virtual host lines that I've got in httpd.conf:
DocumentRoot /Domain/
ServerName domain.com
DocumentRoot /dcq4/
ServerAlias documentq4.domain.com
Currently, with those lines, domain.com is going to /dcq4 instead of /Domain too.
TiA!
I have domain.com go to /website
I'd like to have subdomain.domain.com go to /other_website.
Clearly, that's not working for me.
The virtual host lines that I've got in httpd.conf:
DocumentRoot /Domain/
ServerName domain.com
DocumentRoot /dcq4/
ServerAlias documentq4.domain.com
Currently, with those lines, domain.com is going to /dcq4 instead of /Domain too.
TiA!