Soft 404 error is returned when the browser requests a resource from the web server and the server returns 200 OK response for a file that does not exist on the server. Hence, in both the cases, file is not present on the server but in case of soft 404 the server returns 200 OK response code by mistake.
|