Here\'s a Github repository of mine: https://github.com/n1k0/casperjs
There\'s a gh-pages branch to hold the project documentation, which is basically t
gh-pages
You can redirect using Javascript after host detection, like this:
if (window.location.href.indexOf('http://niko.github.com') === 0) { window.location.href = 'http://casperjs.org{{ page.url }}'; }
But I agree, it's not an HTTP redirection.