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.

AngularJS and Handling 404 Errors

What is the best way to serve up proper 404's with an AngularJS app? A little background: I'm building an …

javascript angularjs flask http-status-code-404 angularjs-routing
How I return HTTP 404 JSON/XML response in JAX-RS (Jersey) on Tomcat?

I have the following code: @Path("/users/{id}") public class UserResource { @Autowired private UserDao userDao; @GET @Produces({MediaType.APPLICATION_XML, …

java rest tomcat http-status-code-404 jersey-2.0
.htaccess redirect to 404 page RewriteRule

Is there a way to enter a RewriteRule in the htaccess file to redirect to a 404 page if a certain …

php .htaccess redirect http-status-code-404
How can I return a 404/50x status code from a Grails Controller?

I have a controller that needs to return a 404 page and status code on certain conditions. I can't seem to …

grails error-handling groovy http-status-code-404
how to create a 404 component in vuejs using vue-router

I'm new to vuejs and I'm working on my first project with vue. I'm just wondering how I will route …

vue.js http-status-code-404 vue-component vue-router
Magento system.xml and 404 error when trying to access the configuration panel

I'm trying to implement some configuration settings for my custom module. I've managed to add a tab and a section …

magento configuration system http-status-code-404
What is the proper way to send an HTTP 404 response from an ASP.NET MVC action?

If given the route: {FeedName}/{ItemPermalink} ex: /Blog/Hello-World If the item doesn't exist, I want to return a 404. What …

asp.net asp.net-mvc http-status-code-404
Send a 404 error via htaccess?

I'd like to cut off access to a subdirectory on my site but I want any access in the subdirectory …

.htaccess http-status-code-404 http-status-code-403
Django staticfiles app help

I've having a little issue with Django's staticfiles app. I have added 'django.contrib.staticfiles', to my INSTALLED_APPS and …

python django static http-status-code-404