There is a possibility to se error pages by ErrorDocument like this:
ErrorDocument 403 /site.html
ErrorDocument 404 /site.html
ErrorDocument 500 /site.html
But is there any way to catch all errors at once? I’ve tried with empty strong and with “*”, but it did’t work.