Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
404 リクエストでカスタム 404 ページを有効にするにはどうしたらよいでしょうかhttp://yourwebsite.com/error.html。
http://yourwebsite.com/error.html
ルート Web ディレクトリの htaccess ファイルに次の行を追加するだけです。
ErrorDocument 404 /404page.html
次に404page.html、ユーザーに表示したいテキストを含めます。
404page.html