Logo Luan Morina
Display custom error pages
.htaccess file in the root of your web server:
#display custom error pages:
ErrorDocument 404 /error-pages/404.html
ErrorDocument 403 /error-pages/403.html