<?php
$url = "http://feeds.tristanlouis.com/onthisday";
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".$url);
header("Connection: close");
?>

