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.

ERROR 404.3 Not Found for JSON file

I have been getting the "ERROR 404.3 Not Found" for JSON file that I am calling using AJAX call on "Internet …

json iis iis-7.5 http-status-code-404 mime-types
Magento 404 on Admin Page

About a week ago, I was working in a test environment for a new site. I left for an hour, …

php magento http-status-code-404 admin
How to detect on-page 404 errors using JavaScript?

I have an HTML page where several JavaScript, CSS and images files are referenced. These references are dynamically injected and …

javascript html http-status-code-404 dom-events
Return Custom HTTP Status Code from WebAPI 2 endpoint

I'm working on a service in WebAPI 2, and the endpoint currently returns an IHttpActionResult. I'd like to return a status …

c# asp.net-web-api http-status-code-404
Flask Application - How to link a javascript file to website

I am having some trouble getting started with using javascript files on my website (A Flask application). I start the …

javascript html flask http-status-code-404
How can I get NSURLResponse body?

I'm writing an application that connect with a server using NSURLConnection. In the delegate method didreceiveresponse, if the status code …

objective-c http-status-code-404 nsurlconnection nsurlrequest
Is there a way to force apache to return 404 instead of 403?

Is there a way how I can configure the Apache web server to return a 404 (not found) error code instead …

security apache mod-rewrite http-status-code-404 http-status-code-403
how to fix 404 warnings for images during karma unit testing

I'm unit testing one of my directives (angularjs) using grunt/karma/phantomjs/jasmine. My tests run fine describe('bar foo', …

javascript unit-testing angularjs http-status-code-404 karma-runner
Returning 404 Error ASP.NET MVC 3

I have tried the following 2 things to have a page return a 404 error: public ActionResult Index() { return new HttpStatusCodeResult(404); } public …

asp.net-mvc-3 http-status-code-404
CakePHP 2.0 - How to make custom error pages?

I read that the AppError class is now for backwards compatibility and that Exceptions should be used instead. How does …

php cakephp http-status-code-404 cakephp-2.0