web/humanitats-digital/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 17:58:01 +0100
changeset 498 6898a9504f47
parent 355 a0fff3035e6f
permissions -rwxr-xr-x
Added tag V01.31 for changeset ce1422c93a33

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