web/2011-2012-museo-structured-data/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 18:14:45 +0100
changeset 1022 92429e14ca48
parent 473 8248d896ea21
permissions -rw-r--r--
Added tag V02.54 for changeset 28152c43cb10

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