[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Simple Question...pointing .net to .com
- Subject: Re: [cobalt-users] Simple Question...pointing .net to .com
- From: "LightSpeedServers.Net" <admin@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon Dec 18 09:52:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
You need to edit the httpd.conf to add the alias. Open up the httpd.conf
and go to the bottom of the httpd.conf. You will see a section similiar to
the one below.
<VirtualHost XXX.XXX.XXX.XX>
ServerName www.domainname.com
ServerAdmin admin
DocumentRoot /home/sites/site2/web
ServerAlias domainname.com
To add another alias just type in
ServerAlias whateverdomain.net
right under the
ServerAlias domainname.com
And your done.
----- Original Message -----
From: "Joseph Ambrose" <jambrose@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, December 18, 2000 1:22 PM
Subject: [cobalt-users] Simple Question...pointing .net to .com
> I have a RaQ3 and I am using virtual hosting for my customers on 1 IP.
>
> How can I point domain.net to the account domain.com?
>
> Thanks,
>
> Joe Ambrose
> jambrose@xxxxxxxxxxxxxxx
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>