[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Web Forwarding within RAQ4
- Subject: Re: [cobalt-users] Web Forwarding within RAQ4
- From: "Kevin D" <kdlists@xxxxxxxxxxxxxxx>
- Date: Tue Jun 26 03:05:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Use the ServerAlias directive in your http.conf file. I don't own a raq4,
but my raq3 has no facility in the interface for this feature, so you'll
have to telnet in and edit the http.conf file manually (its located in
/etc/httpd/conf)
Example:
<VirtualHost 111.111.111.111>
ServerName www.yourdomain.com
ServerAdmin bob
DocumentRoot /home/sites/site12/web
ServerAlias yourdomain.com
ServerAlias www.yourdomain.co.uk
ServerAlias yourdomain.co.uk
....more stuff deleted....
</VirtualHost>
Kevin
From: "Blue Rabbit" <dhayden@xxxxxxxxxxxxxxx>
> I have what I think is a simple problem, I have a RAQ4 box with approx 20
> domains hanging off 2 IP Addresses. I have recently bought some ".co.uk"
> domain names to match my ".com" ones.
>
> I would let to set the ".co.uk" domains up on my server, but simply have
> them forward to the ".com" page.