Custom 404 Error page
Setting custom 404 Error page in .htaccess file:
ErrorDocument 404 /404.htm
Commentary
Setting the custom 404 Error page to be 404.htm
ErrorDocument 404 /404.htm
Notes
- Apache Custom Error Responses: httpd.apache.org/docs/2.4/custom-error.html
Web servers
- Apache