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

RE: [cobalt-users] redirect url



didnt appear to work :(


-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Babu P.
Yogarajah
Sent: 03 November 2000 14:51
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] redirect url


At 14:28 03/11/00 -0000, you wrote:
>i have a site www.crd.org.uk that has a webpage and email
>
>i also have www.carterreadanddove.co.uk which i want to 'mirror' the
>crd.ord.uk
>
>whats the easy way to do this? use a redirect script on
>carterreadanddove.co.uk to redirect me to crd.org.uk or is there
>something i can do on my RaQ3 ?
>
>thanks in advance
>


Login as root to your server, then
Add the following line at the end of your 
/etc/httpd/conf/httpd.conf file

Include /etc/httpd/conf/cnames.conf


Then create a file /etc/httpd/conf/cnames.conf
with at least following contents.

<VirtualHost your.ip.number.here>
ServerName www.carterreadanddove.co.uk
RedirectPermanent / http://www.crd.org.uk/
</VirtualHost>


Now restart the web server as
/etc/rc.d/init.d/httpd restart


--
Babu P. Yogarajah
___________________________________________________
99p Domain Registration Scheme -> http://99p.org/


_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users