| changeset 1380 | f3467f638ceb |
| parent 1366 | 2cebaaf18c54 |
--- a/web/enmi16/index.php Wed Dec 14 15:20:55 2016 +0100 +++ b/web/enmi16/index.php Wed Dec 14 22:53:17 2016 +0100 @@ -1,6 +1,6 @@ <?php // Permanent redirection -header("HTTP/1.1 307 Temporary Redirect"); -header("Location: client.php"); +header("HTTP/1.1 301 Moved Permanently"); +header("Location: polemicaltimeline.php"); exit(); ?>