Skip to content

williambargent-org/Responsive-Error-Pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publish to WB Asset Server

Responsive-Error-Pages

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

Usage

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.

Screenshots

Desktop

alt text

Tablet

alt text

Mobile

alt text