web/edito-arts-numeriques/index.php
changeset 825 1e01a59b9566
parent 620 953c68b4da79
equal deleted inserted replaced
824:1f78683d80be 825:1e01a59b9566
     1 <?php
     1 <?php
     2 // Permanent redirection
     2 // Permanent redirection
     3 header("HTTP/1.1 301 Moved Permanently");
     3 header("HTTP/1.1 301 Moved Permanently");
     4 header("Location: client.php");
     4 header("Location: polemicaltimeline.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>