I put mine in a subdirectory of public_htlm , errors .
Name them for the error ( 404.html, 500.html, etc )
In the .htaccess file in public_html add the line:
ErrorDocument 404 /errors/404.html
for each custom error you want to handle. (replace 404 with the error code you are interested...