Hello
Is there anyway to handle errors better than the default white screen, on a live environment. For example if there was a PHP error or the database was down, could the error be trapped and the user redirected to a static HTML page (with an apology, basic contact details etc), rather than simply a white screen?
Many thanks
Jonathan