web/museo-1213-02-vecteurs-numerique/index.php
changeset 937 bb8cabb326dd
parent 720 b8f7ad30571f
equal deleted inserted replaced
936:f8350dcbd31f 937:bb8cabb326dd
     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 ?>