CentOS8.2 Apache2にて、404のエラー画面を自分で作成したものにしようとhttpd.confで設定したのですが、反映されず、
Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
と、Apacheのデフォルト404+ErrorDocumentが見つからないのはわかったのですが、どのように設定していいのかわからずじまいです。
アクセスログ、エラーログを確認しましたが参考になる情報はありませんでした。
以下がファイル構造です。
~/
|-/home
| |
| /www/html
| |
| |--/errors
| |
| |--/404
| |
| |--index.html
|
|-/etc/httpd/conf/
| |
| |--httpd.conf
httpd.confの中身です
config
1ServerRoot "/etc/httpd" 2(中略) 3DocumentRoot "/home/www/html" 4(中略) 5ErrorDocument 404 "/errors/404/index.html"
やりたいこと - 詳細
.htaccessを用いずhttpd.confだけで、domain.tld/unknownにアクセスされたときに、自分で作成した404ページを表示したい
hoge.domain.tldやtera.domain.tldでも同じように動かしたい
何卒お願い致します。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/12 00:57