Page 1 of 1

Use of redirecting to www2 ?

PostPosted: Fri Feb 13, 2015 10:04 am
by linux-user
Hello,

Could anyone help me to understand why some websites are being redirected from http://www.example.com/ to http://www2.example.com/ (from www to www2)

I just wanted to know, what's the purpose of using it?

Re: Use of redirecting to www2 ?

PostPosted: Tue Feb 17, 2015 11:25 am
by rameez
The purpose of redirecting to www2,www3..etc is mainly for Load Balancing web server farms.

These are subdomains that used to share the website's load across different datacentre/region/server-farm under a Load Balancer. An initial request to the 'www.' server may get redirected to a less-busy server, such as 'www2.' In some cases, the specific hostname may be obscured, creating the appearance that the user is viewing the "www" subdomain, even if they are actually viewing a mirror site. Although, these domains might be treated as different domain names by search engines. :D :D :D