<?php
$addr = $_SERVER['REQUEST_URI'];
header('Location: http://old.projects.metanohi.name$addr');
?>