[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Sub-Domains on RaQ2



can someone explain how i'd add sub-domains such as "blah.domain.com" to
a RaQ2 without using separate IP addresses?  the "blah.domain.com"
should just forward to a directory inside domain.com
 
i tried adding blah.domain.com to my DNS A Records and editing the httpd.conf with
 
<VirtualHost XX.XX.XX.XX>
ServerName blah.domain.com
Redirect / http://domain.com/blah/
</VirtualHost>
but that's not working.  what am i doing wrong?  or do i need to restart my server?
 
thanx