Responsive error code web pages templates for WB.
This project is licensed under GNU AGPLv3.
https://assets.williambargent.co.uk/errors/v1/html/404.html
Using a .htaccess file, define the path to the error pages:
ErrorDocument 401 /var/www/html/.error-documents/400.html
ErrorDocument 401 /var/www/html/.error-documents/401.html
ErrorDocument 403 /var/www/html/.error-documents/403.html
ErrorDocument 404 /var/www/html/.error-documents/404.html
ErrorDocument 500 /var/www/html/.error-documents/500.html
If you have an asset server, deploy the iframe HTML files to each web server node so you can manage the main error page content centrally.