web/2011-2012-museo-structured-data/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 20 Jan 2012 13:01:01 +0100
changeset 489 a543cdb3cc79
parent 473 8248d896ea21
permissions -rw-r--r--
Meetup Web of Data 20.01.2012

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