index php を作成
<?php
header("HTTP/1.0 410 Gone");
?>
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Webサイト閉鎖のお知らせ</title>
</head>
<body>
</body>
</html>
htaccess を変更
RewriteEngine on
RewriteRule ^.+$ / [QSA,R=301,L]