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.

WordPress custom post type pagination links return 404

When I click a pagination link in my custom post type "works" listing of posts (or enter a URL like "…

php wordpress pagination http-status-code-404 custom-post-type
How to handle a 404 in Koa 2?

I have a 404.jade file that I want to render whenever there is an invalid GET request. Here is my …

javascript node.js http-status-code-404 koa koa-router
How can I rewrite custom post types slugs based on language?

I'm building a website with WordPress using it more like a CMS then a blogging platform. I made plenty use …

wordpress url-rewriting http-status-code-404 translation custom-post-type
GET /favicon.icon 404 error in ngrok

On running ngrok and going to the suggested url, i get GET /favicon.icon 404 error in ngrok. In which folder …

http-status-code-404 favicon ngrok
Laravel: How to respond with custom 404 error depending on route

I'm using Laravel4 framework and I came across this problem. I want to display a custom 404 error depending on requested …

laravel laravel-4 http-status-code-404 laravel-routing
Django: GET css returns 404?

I am developing a Django site and after a series of edits I ran my server again when suddenly - …

python css django http-status-code-404 urlconf
Why does my website give 404 errors for pages that exist and are accessible?

My problem is that on certain pages on my website such as http://www.piranha-internet.co.uk/web/website-design.php …

php http-status-code-404 google-webmaster-tools
ASP.NET Web API - 404 On Delete

I am trying to implement a Delete method on a Web API controller. However, I always get a 404 - Not …

asp.net-web-api http-status-code-404 http-method http-delete
WCF Exists and partially working but for some calls returns "no endpoint listening - (404) Not Found."

We have service that's working with small to large sets of data (document generation), and it's working fine for some …

c# wcf .net-4.0 http-status-code-404 mtom
Including a Django app's url.py is resulting in a 404

I have the following code in the urls.py in mysite project. /mysite/urls.py from django.conf.urls.defaults …

python django url-routing http-status-code-404 django-urls