web/edito-1415-03-politique-archive-formats/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 10 Feb 2015 15:09:19 +0100
changeset 1186 e10c0c8ec4d5
parent 1154 ba206f65d8ef
child 1198 ff4b567d51f2
permissions -rw-r--r--
add museo 10/02/2015 + correct index.php on projects
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1154
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1186
e10c0c8ec4d5 add museo 10/02/2015 + correct index.php on projects
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 1154
diff changeset
     4
header("Location: polemicaltimeline.php");
1154
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
ba206f65d8ef Prepared all sessions for edito14 and put edito#1 as next event
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>