does symfony redirect to custom error page if Fatal PHP error occurs?
+2
A:
No, you need to set that at the Apache level.
And make sure it's a flat HTML page - if PHP is causing the error and you try to deliver a PHP-driven 500 page, you might get the error again and Apache will figure out that your error page is recurring and display its own anyway.
Example from an .htaccess file
ErrorDocument 500 /errors/500.htm
Peter Bailey
2009-02-21 22:33:18
A downvote? really?
Peter Bailey
2009-07-08 17:12:00
+4
A:
Yes, you can put the files to here
/www/site/web/errors/error500.php
/www/site/web/errors/unavailable.php