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エラーページ)ではなく、ファイルが見つからない場合にホームページを表示したい。htaccessファイルの使い方を教えてください。
ErrorDocument 404 www.yourdomain.com
または /index.html (または Web サイトのホームページ)。
htaccessファイルに挿入します
ErrorDocument 404 /errors/badrequest.html
/errors/badrequest.html でホームページを参照してください。