web/mashup/index.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 17 Apr 2012 10:29:22 +0200
changeset 585 66426466d9ce
parent 197 77e3207456b7
permissions -rwxr-xr-x
added a backslash to stop catching #www2012 as an URL

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: polemicaltimeline.php");
exit();
?>