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

5 lines
93 B
PHP
Raw Normal View History

2011-08-02 19:57:57 +02:00
<?php
$addr = $_SERVER['REQUEST_URI'];
header('Location: http://hvy.metanohi.name$addr');
?>