Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] multiple domain to one web site


On Wed, April 23, 2008 8:47 am, Justin Randell wrote:
> Voytek Eymont wrote:

> from your description of the problem you probably also want a permanent
> redirect?
> Redirect permanent / http://www.name.com.au

thanks again, Justin et al
just tried, working good

do I need anything else in apache virtual container?:

---
<VirtualHost 111.222.333.444:80>
ServerAdmin webmaster@xxxxxxxxxx
ServerName www.new.net.au
ServerAlias new.net.au

Redirect permanent / http://www.old.com

</VirtualHost>

---


-- 
Voytek