[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Domain redirect
- Subject: Re: [cobalt-users] Domain redirect
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Wed Jun 20 05:33:48 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> <VirtualHost www.domain.net>
> DomainAlias domain.net
> DomainAdmin postmaster@xxxxxxxxxx
> Redirect permanent http://www.domain.com
> </VirtualHost>
Rodolfo,
This would work just great, and is another way to do it - gotta
remember when doing it that the GUI overwrites the httpd.conf file if
any changes are made to that directory. So doing this with an include
file would prolly be best or just *dont' touch* that site through the
GUI.
CarrieB