Forum Moderators: open
Custom Error Messages
Add the following to the .htaccess file:
ErrorDocument 404 [forexample-domain.com...]
After "ErrorDocument", specify the error code, followed by a space, and then the path and filename of the .html file you would like to be displayed when the specified error is generated.