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