注意事項 codeでこちらを読んでください
こちらはエラーページで使いやすくしました。 はじめにファイル名をerrorにしてください。
.htaccessを一番最初のページにおいてください。
構造 ○○.com ├──index.html ├──style.css ├──.htaccess └──error ├──401.html ├──403.html ├──404.html └──500.html このようにお使いください。
新しく作成するときは CTRL+Fで変更を探してください。
<title>変更</title> <style> html,body,h1,p { margin: 0; padding: 0; } body,html {
height: 100%;
text-align: center;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Arial, sans-serif;
background: #fafbfd;
color: #505254;
}
.container {
padding: 100px 30px;
}
.message {
margin: 20px 0;
font-size: 20px;
line-height: 160%;
}
</style>
こちらは下に伸ばして使用してください。 ErrorDocument 変更 /error/変更.html