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

5 lines
98 B
PHP

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