| author | Nicolas Durand <nicolas.durand@iri.centrepompidou.fr> |
| Fri, 11 Dec 2015 17:13:20 +0100 | |
| changeset 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 |
?> |