This needs to be added to your .htaccess file in the root folder of your domain webspace.
You can use an absolute reference like so:
Code:
ErrorDocument 404 http://www.mydomain.com/404page.html
or a relative link like so:
Code:
ErrorDocument 404 /directory1/404page.html