Some websites report a "not found" error by returning a standard web page with a "200 OK" response code; this is known as a soft 404. Soft 404s are problematic for automated methods of discovering whether a link is broken. Some search engines, like Yahoo, use automated processes to detect soft 404s.[2] Soft 404s can occur as a result of configuration errors when using certain HTTP server software, for example with the Apache software, when an Error Document 404 (specified in a .htaccess file) is specified as an absolute path (e.g.
http://example.com/error.html) rather than a relative path (/error.html).[3]
Cevap burda yazıyor ama türkçeye tam çeviremedim. Galiba serverla alakalı bir şey, wikide buldum.