我在Symfony2应用程序中出现错误的异常状态。出于测试目的,我已禁用ElasticSearch
服务器和当前Symfony应用程序返回错误。在dev
环境中,我获得了500 Internal Server Error
消息和500
状态,这是正常的。但是在prod
环境中我获得404 page not found
状态(使用firebug进行调试),虽然应用程序加载error500.html.twig
视图而不是error404.html.twig
,所以不知何故应用程序知道它是500
错误并加载了正确的视图,但为什么状态为404
?如何改变?