Is there say way to universally tell php to redirect to a certain page on any fatal errors?
Say i have a site with many different files, and i want to hide problems (while still logging them) and send the user to the same error page, no matter what the error is or what page they are on.
Lets just pretend for sake of argument that i dont want to see the errors, and the pages are being continuously edited and updated by robots who cause errors every 23rd or 51st page edit.
Im looking for something that perhaps involves the php.ini file, or htaccess, something that i can do site wide.