web/fens2013/client.php
changeset 928 dd21456d50a7
parent 920 3e139384cae1
child 930 8edac8bd0851
equal deleted inserted replaced
927:b1c4402c2b70 928:dd21456d50a7
     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: ../fens2013-mashupfilmfestival/client.php");
     4 header("Location: ../fens2013-design-metadata/client.php");
     5 exit();
     5 exit();
     6 ?>
     6 ?>