カスタム エラー ページを CF 管理設定で不足しているテンプレート ハンドラーとして指定しようとすると、次のエラーが表示されます。
The file specified as the site wide missing template handler does not exist. The default missing template handler will be used until a replacement is created.
これは私のファイルのOSパスです
C:\ColdFusion2016\cfusion\wwwroot\ErrorPages\404.cfm
ここに私のウェブパスがあります
http://localhost:8500/ErrorPages/404.cfm
両方のパスで試しましたが、同じエラーが発生しました。ファイルがパスに存在することを確認しました。では、なぜこのエラーが表示されるのでしょうか?