web/humanitats-digital/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 18:24:21 +0100
changeset 500 4f5d9f654aaa
parent 355 a0fff3035e6f
permissions -rwxr-xr-x
Added tag V01.32 for changeset 93ed090132be

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