single URL for multiple sites

gmaghesh

Right off the assembly line
Hello,
we are going to create unique web server across 3 sites which has to be release as single URL to end user.
e.g. we have 3 web server deployed as site-1.x.com, site-2.x.com and site-3.x.com.

We need to release one portal to end user we use the link as, unique.x.com/Test, which has to redirect user to nearby web server in back end.

Also what happen if that user move to other location? E.g. if user move to site-3 for few days/weeks, then how can he will get redirect to same web server on which he works which is present under site-3.x.com?

Any suggestions how to deploy the above envrinoment.

Thanks,
Maghesh
 

Desmond

Destroy Erase Improve
Staff member
Admin
Could you elaborate what it is exactly that you need? You query seems a bit vague to provide a fixed solution.
 
OP
G

gmaghesh

Right off the assembly line
Basically i need one url for geographic site & also if the users moves to any geographic site, the enduser has to connect only to the site he belongs too, since the web-server data is not replicated across the geographic site .
 

Shah

Cyborg Agent
Hello,
we are going to create unique web server across 3 sites which has to be release as single URL to end user.
e.g. we have 3 web server deployed as site-1.x.com, site-2.x.com and site-3.x.com.

We need to release one portal to end user we use the link as, unique.x.com/Test, which has to redirect user to nearby web server in back end.

Also what happen if that user move to other location? E.g. if user move to site-3 for few days/weeks, then how can he will get redirect to same web server on which he works which is present under site-3.x.com?

Any suggestions how to deploy the above envrinoment.

Thanks,
Maghesh

First of all this is wrong sub-forum to post in.

As [MENTION=5007]DeSmOnD dAvId[/MENTION] said, You need to elaborate and be more clear.

Anyway, You can get the location of the user from the browser (HTML5, HTML5 Geolocation ) and then see which server is nearest to him and redirect to it. If that's what you wanted to know. HTH
 
Top Bottom