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.

Returning a 404 from an explicitly typed ASP.NET Core API controller (not IActionResult)

ASP.NET Core API controllers typically return explicit types (and do so by default if you create a new project), …

c# asp.net-core asp.net-core-mvc http-status-code-404 asp.net-core-webapi
How to solve a "HTTP Error 404.3 - Not Found" error?

Simple problem. I start up VS2008 and create a new WCF Service application. This will create a default application with …

c# visual-studio-2008 iis-7 wcf http-status-code-404
What is a simple/minimal browserconfig.xml for a web site

I don't want to do anything special or tricky with respect to Windows 8 and pinning, I just don't want to …

internet-explorer windows-8 http-status-code-404
Laravel 4 All Routes Except Home Result in 404 Error

I installed Laravel 4 using Composer and also set up a virtual host. Currently, only the root route is working: <?…

laravel laravel-4 routing http-status-code-404 laravel-routing
Best way to implement a 404 in ASP.NET

I'm trying to determine the best way to implement a 404 page in a standard ASP.NET web application. I currently …

asp.net http-status-code-404
Capture 404 status with jQuery AJAX

I have this code: $.ajax({ cache: false, url: "/Admin/Contents/GetData", data: { accountID: AccountID }, success: function (data) { $('#CityID').html(…

jquery http-status-code-404
How to detect an error 404 in an iframe?

My Web page uses iframes to collect content from other pages. All pages are in the same domain. From the …

javascript iframe http-status-code-404
Nginx Error Pages - One Location Rule to Fit Them All?

Having the following nginx vhost config: server { listen 80; listen 443 ssl; server_name default; root /var/www/default/html; error_log /…

nginx error-handling http-status-code-404
HTTP ERROR: 404 missing core name in path with solr

I am new to Solr, after installing it in ubuntu 8.10, when I was trying exampledocs to index , as per this …

solr jetty http-status-code-404
404 header - HTTP 1.0 or 1.1?

Why does almost every example I can find (including this question from about a year ago) say that a 404 header …

http http-status-code-404 header