RedirectionWeighted Round-Robin Redirectionby lhl (Example | random($foo) | Redirection | Public Domain)Here's a quick and dirty way to do weighted round-robin redirection. I assign the key rather than the entire array for weighted array creation so it's not the most inefficient way to do it ever (a more efficient way is to call Anyway, the following example shows 50% of the traffic going to url-3, 37.5% to url-2, and 12.5% to url-1: |