web/edito-1516-07-architecture-savoir/index.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 13 Apr 2016 18:47:38 +0200
changeset 1339 b279a2c0f8a6
child 1341 97038e1a13a3
permissions -rw-r--r--
add edito#7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1339
b279a2c0f8a6 add edito#7
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
b279a2c0f8a6 add edito#7
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
b279a2c0f8a6 add edito#7
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
b279a2c0f8a6 add edito#7
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     4
header("Location: client.php");
b279a2c0f8a6 add edito#7
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
b279a2c0f8a6 add edito#7
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>