Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] redirecting a domain From: Bojan Gajic (bojan <email protected>)
Date: 07/15/00

<VirtualHost www.domain.net>
...
ServerName www.domain.net
ServerAlias www.domain.com
...
</VirtualHost>

--
Bojan Gajic
<bojan <email protected>>

Sam Carleton wrote:

> I have an apache question and I have NO idea where to post it. Is there > a newsgroup or mailing list simply for apache? > > I have multipal domain names: domain.net & domain.org. I would like to > configure apache such that when someone goes to www.domain.org, they are > "redirect" to www.domain.net. They are both the exact same web site, I > simply want the domain name to show up as www.domain.net. Any thoughs > on how to do that? > > Sam > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>