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

5 lines
95 B
PHP
Raw Normal View History

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