web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Apr 2011 11:54:41 +0200
changeset 125 ca3fa5dc7c75
parent 120 3daa4039509a
child 133 9578d3ddce17
permissions -rwxr-xr-x
preserve .htaccess and chnage css path

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