/wwwに以下の操作
- 以下のindex.phpの設置
<?php
header("HTTP/1.1 307 Temporary Redirect");
header("Location: http://d.hatena.ne.jp/d-maki/");
?>
- mtview.phpをmtview.php.bakとリネーム
- mtview.phpを上記のindex.phpと同じ内容にする
/wwwに以下の操作
<?php
header("HTTP/1.1 307 Temporary Redirect");
header("Location: http://d.hatena.ne.jp/d-maki/");
?>
私的メモ
使い捨てコンタクトを新しくした。
日付別ページの「Latest Trackbacks」が両blogごちゃ混ぜなので要分離。