<?php
$uri = $_SERVER[‘REQUEST_URI’];
echo “<meta http-equiv=Refresh content=3;url=’https://www.asfit.net/blog$uri’>\n”;
echo “<meta http-equiv=Content-Type content=’text/html; charset=utf-8’>\n”;
echo “<a href=https://www.asfit.net/blog$uri>3秒後に自動的にジャンプします”;
?>