Date:  10/13/2004 09:56:39 PM Msg ID:  002260
From:  FoxWeb Support Thread:  002255
Subject:  Re: Redirect to other pages depending on URL
Correct me if I'm wrong, but this is not a FoxWeb-related question.  In any case, here it is:
 
You need to create two separate virtual servers: one for www.mypage1.com and one for www.mypage2.com.  Most Web servers support specifying a redirection for requests to specific pages, or even to the root of your server.  You will need to specify such redirection for the root folders of each of your virtual servers.

FoxWeb Support Team
support@foxweb.com email

Sent by Carlos Fuertes on 10/13/2004 06:51:01 AM:
Hi, I have two web sites in the same server and I need to redirect to one or another depending on the URL typed by the user. I mean, if a user types on his browser www.mypage1.com the html file Index.htm located at the wwwroot of the server should redirect the user to www.mypage1.com/home1 and if a user types www.mypage2.com then the same file should redirect him to www.mypage2.com/home2.
 
Any help will be apreciated
 
Thanks