[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Multiple Domain Names on Raq 3
- Subject: Re: [cobalt-users] Multiple Domain Names on Raq 3
- From: bert_catsburg <bert_catsburg@xxxxxxxxxx>
- Date: Sun Jan 9 11:21:56 2000
- Organization: HEBBIZZ "One Stop Web Solutions"
Babu,
This is also what I am looking at.
But,
What happens with email to domainB?
If somebody sends an email to info@xxxxxxxxxxxx
Where is it going? To info@xxxxxxxxxxx?
The reason I ask this is that we have to setup
a number of sites on our system, they all are allmost
the same domain. Like mydomain.org, mydomain.net and mydomain.com
Customer has all these domains and he wants only one
website, but all domains should be accessible via email.
A lot of thanks for your answers.
Regards,
Bert Catsburg
> Re:Multiple Domain Names
>
> Add the following line in your httpd.conf file at last line
>
> 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.domainB.com
> ServerAlias domainB.com
> RedirectPermanent / http://www.domainA.com/
> </VirtualHost>
>
> (you may omit the ServerAlias if you don't need)
>
> Now restart the web server.
>
> Regards,
> Babu P. Yogarajah
>