web/2011-2012-museo-structured-data/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Thu, 02 Aug 2012 12:55:25 +0200
changeset 670 4f20d49abd38
parent 473 8248d896ea21
permissions -rw-r--r--
Added tag V01.96 for changeset f6af8e3d3190

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