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

5 lines
95 B
PHP

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