web/museo-1314-04-lecture-active/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 18 Nov 2015 15:39:05 +0100
changeset 1295 03d2aa7b4967
parent 1068 b4f2b413a4ae
permissions -rw-r--r--
change default protocol
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1059
a0849b982581 add museo#4 + edito#3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
a0849b982581 add museo#4 + edito#3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
a0849b982581 add museo#4 + edito#3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1068
b4f2b413a4ae edito#3 museo#4 attention#4 in archive
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents: 1059
diff changeset
     4
header("Location: polemicaltimeline.php");
1059
a0849b982581 add museo#4 + edito#3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
a0849b982581 add museo#4 + edito#3
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>