Loading.....

Web + Open Source

↑ncreasing value, Decreas↓ng costs
Achieve the extraordinary.

Website Load Balancer


If you looking to quick way to avoid high local bandwidth charges or manage high traffic sites more efficiently try add this into your mod_rewrite block in your .htaccess file.

	# High bandwidth redirect
	RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
	RewriteCond %{HTTP_REFERER} digg\.com [NC,OR]
	RewriteCond %{HTTP_REFERER} blogspot\.com [NC,OR]
	RewriteCond %{HTTP_REFERER} reddit\.com [NC,OR]
	RewriteCond %{HTTP_REFERER} slashdot\.org
	RewriteRule ^(.*)$ http://wwwa.domainname.com/$1 [R,L]


Where http://wwwa.domainname.com is an Internationally hosted server. Don’t forget to setup a robots.txt file on this server to prevent Google duplicate content penalties.

# robots.txt for http://wwwa.domainname.com
User-agent: *
Disallow: /*

admin | , | Optimisation | no comments

Comments

  1. There are currently no comments, be the first to post your thoughts.

    webmaster
Comment on this entry RSS Feed