You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by stakys <st...@punktas.lt> on 2003/06/06 19:44:07 UTC

[users@httpd] Q!

I got to vhosts www.xxx1.x and www.xxx2.x , how to make when going to
www.xxx1.x to go to www.xxx2.x ?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Q!

Posted by stakys <st...@punktas.lt>.
Done, Thanx.
----- Original Message -----
From: "Joshua Slive" <jo...@slive.ca>
To: <us...@httpd.apache.org>
Sent: Friday, June 06, 2003 8:46 PM
Subject: Re: [users@httpd] Q!


>
> On Fri, 6 Jun 2003, stakys wrote:
>
> > I got to vhosts www.xxx1.x and www.xxx2.x , how to make when going to
> > www.xxx1.x to go to www.xxx2.x ?
>
> This seems pretty much identical to a question asked ten minutes ago.
>
> <VirtualHost *>
> ServerName www.xxx1.x
> Redirect / http://www.xxx2.x/
> </VirtualHost>
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Q!

Posted by Joshua Slive <jo...@slive.ca>.
On Fri, 6 Jun 2003, stakys wrote:

> I got to vhosts www.xxx1.x and www.xxx2.x , how to make when going to
> www.xxx1.x to go to www.xxx2.x ?

This seems pretty much identical to a question asked ten minutes ago.

<VirtualHost *>
ServerName www.xxx1.x
Redirect / http://www.xxx2.x/
</VirtualHost>

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org