web/fens_FabLab_Design_Metadata/index.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Nov 2011 11:03:39 +0100
changeset 369 f1760ff55728
parent 181 4b9405c06dca
permissions -rwxr-xr-x
RSLN : web et politique (with files it's better)

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