On Apache server, I added this to .htaccess:
.htaccess
ErrorDocument 404 /404.htm
Do I need to add any 404 specific code to the '404.htm' file? Like headers? Or does Apache take care of this automatically?
404.htm
Thanks.