I\'d like to do a server redirect to another URL. Easy enough, for example in PHP:
header("Location: http://www.redirect.to.url.com/");