web/2011-2012-museo-structured-data/index.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 28 Mar 2012 10:15:29 +0200
changeset 572 40f588bdb1c5
parent 473 8248d896ea21
permissions -rw-r--r--
Added tag V01.61 for changeset 0e68c7767b1c

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