web/humanitats-digital/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Nov 2013 16:58:43 +0100
changeset 1007 35d9258aad76
parent 355 a0fff3035e6f
permissions -rwxr-xr-x
add 'rep' in config file.

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: polemicaltimeline.php");
exit();
?>