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

Re: [cobalt-users] Web Forwarding within RAQ4



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.