cakephp redirection of traffic [closed]
how to make traffic to send 80% to groups.neighborrow.com and 20% to u.neighborrow.com.. this is developed in cakephp
may be this is useful :
generate a random number from 1 to 100 if the number is less than or equal 80 then redirect to groups.neighborrow.com , otherwise redirect to the other site.
i guess this will achieve the 80-20 probability
With a load balancer, for example by using the mod_proxy_balancer module of Apache.
精彩评论