[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Domain Pointing
- Subject: Re: [cobalt-developers] Domain Pointing
- From: Balázs Nagy <bn@xxxxxxxxxxxxxx>
- Date: Thu Apr 27 17:37:46 2000
Quoting BlakeWebster <blake@xxxxxxxxxxxxxxxxxxx>:
> Hello:
> How do you point a domain to a different domain?
> For example:
> mydomain.org and mydomain.net pointing to mydomain.com
> Also:
> yourdomain.com pointing to anotherdomain.com
There are a number of methods, here are three:
Method 1) Create the v-site with the cobalt GUI, and put in it web directory
a .htaccess file containing:
Redirect / http://www.yourdomainname.com/
Method 2) In your httpd.conf, define the virtual hosts like this:
<VirtualHost xxx.xxx.xxx.xxx>
ServerName www.yourdomainname.net
Redirect / http://www.yourdomainname.com/
</VirtualHost>
Method 3) If you can reserve an IP for that domain, you can just point all the
others with CNAME records to the .com
Cheers,
Balázs
------------------------------------------------------------
Get your high-end web space with http://www.thenewpush.com/