Top "Http-status-code-404" questions

The HTTP status code 404 or "Not Found" indicates the server could not find the requested file or resource.

How do I return NotFound() IHttpActionResult with an error message or exception?

I am returning a NotFound IHttpActionResult, when something is not found in my WebApi GET action. Along with this response, …

c# asp.net-web-api http-status-code-404 httpresponse
How do I force redirect all 404's (or every page, whether invalid or not) to the homepage?

Currently every invalid page is 500 (Internal Server Error) because I probably messed up with my server block configuration. I decided …

redirect nginx http-status-code-404
ASP.NET Custom 404 Returning 200 OK Instead of 404 Not Found

After trying to setup my site for Google Webmaster Tools I found that my Custom ASP.NET 404 page was not …

c# asp.net master-pages http-status-code-404 custom-errors
react.js Replace img src onerror

I have a react component that is the detail view from a list. I am trying to replace the image …

javascript reactjs http-status-code-404
nginx location 404 not found

Here are my nginx configure files. On the default.conf, the first location is used to access /usr/share/nginx/…

nginx location http-status-code-404 nginx-location nginx-config
HTTP Status 404 - The requested resource (/ProjectName/) is not available

I'm getting the following error when running my Eclipse project on Tomcat server: HTTP Status 404 - The requested resource (/ProjectName/) …

eclipse jsp tomcat http-status-code-404 welcome-file
Google Analytics - Failed to load resource: http://www.google-analytics.com/ga.js

I've been noticing this error on Chrome's console for a while now: I modified Google's script so that it logs …

google-analytics http-status-code-404
Sharepoint 2013 - 404 Not Found while accessing site collection from outside

This question may be a dublicate, but no recent post leads to a working answer for my case. I have …

http-status-code-404 wiki sharepoint-2013 sitecollection
Django 404 error-page not found

My project is named homefood, and when I runserver I get this error.Anybody have any clue how to fix …

python django http-status-code-404 django-urls
Angular 6 Failing To Load Images From Assets

For some reason I can't get my images to show in my app. This is the error, tests and class: …

html angular image http-status-code-404 assets