metanohi-misc-subsites/dotorgredirect/oldsites/index.php

5 lines
102 B
PHP

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