Need to redirect some random users
-
Greetings fellow “WordPressers”,
I have a problem, I hired a shared hosting plan and my blog outgrew it, so now, they throttled my blog’s domain so that I didn’t take up all the Apache’s connections.I came up with a solution that would fix the problem, however, I don’t know how to implement it.
It turns out that since my blog is on a sub-domain, all my other sub-domains are not throttled, so, I created a clone blog that I would like to redirect the users and share the load while I get a bigger server!However, I tried using this code:
<script type="text/javascript">
<!--
window.location = "http://avatar2.iamzaks.com/"
//-->
</script>and calling it as one of my rotating ads, (I use OpenAds) however, that does not work since I cannot add some random javascript to the banner code, and I dont want all my users to get redirected, that would generate the same issue on the clone site.
Is there another way to automatically redirect some random users to the clone site?
And if there isn’t it, would be nice to develop one.
Thanks in advance for your replies.
The topic ‘Need to redirect some random users’ is closed to new replies.