| changeset 1353 | 18a568d8f9c7 |
| parent 1351 | ec030aef251b |
--- a/web/edito-1516-09-cloture/index.php Thu Jun 16 15:42:42 2016 +0200 +++ b/web/edito-1516-09-cloture/index.php Wed Jun 22 14:49:35 2016 +0200 @@ -1,6 +1,6 @@ <?php // Permanent redirection -header("HTTP/1.1 302 Found"); -header("Location: client.php"); +header("HTTP/1.1 301 Moved Permanently"); +header("Location: polemicaltimeline.php"); exit(); ?>