| author | ymh <ymh.work@gmail.com> |
| Wed, 18 Dec 2024 15:24:41 +0100 | |
| changeset 1584 | 257c14dae52a |
| parent 1301 | ae7457ba07e9 |
| permissions | -rw-r--r-- |
|
1301
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
1 |
<?php |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
2 |
// Permanent redirection |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
3 |
header("HTTP/1.1 301 Moved Permanently"); |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
4 |
//header("Location: select.php"); |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
5 |
header("Location: select.php"); |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
6 |
exit(); |
|
ae7457ba07e9
add enmi15
Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
parents:
diff
changeset
|
7 |
?> |