web/2011-2012-museo-structured-data/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 10 Aug 2012 16:25:19 +0200
changeset 678 ec24200dd124
parent 473 8248d896ea21
permissions -rw-r--r--
Added tag V01.98 for changeset e18e12a87802

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