Files
legacy_rock/forum/viewtopic.php

5 lines
105 B
PHP

<?
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.rock.ru/forum/index.php');
?>