2011-08-02 19:57:57 +02:00

5 lines
93 B
PHP

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