<?php
header('Location: http://pathtothenewblog/');
header('Status: 301');
header('HTTP/1.1 301');
?>