How to return HTTP header 404 Not found and still show a static html page?
I have
ErrorDocument 404 mysite.com/searchmysite/index.html
in .htaccess.
But apparently this is not good for seo.
Similar not answered questions: Can I change the page's HTML status code on the client side? and 404 header - HTTP 1.0 or 1.1?