- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] multiple domain to one web site
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Sun, 27 Apr 2008 08:42:39 +1000 (EST)
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1
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