14 packages tagged with “404”
This library contains a custom NotFound handler for your ASP.NET Core project. It will replace the default NotFound handler with one that you can change, in order for it to handle more NotFound cases than the built-in handler. It also includes a custom redirects feature for editors to add redirects. The NotFound handler logs all 404 errors as suggestions and present them in a list in the custom redirect feature, which will allow editors to easily add redirects based on the logged suggestions.
This library contains an Admin user interface for a NotFound handler for your ASP.NET Core or EPiServer project.
Provides a user-friendly '404' page whenever a controller, action or route is not found in your ASP.NET MVC3/MVC4/MVC5 application. A view called NotFound is rendered instead of the default ASP.NET error page.
A module to support SEO friendly, multi-site and multi-language enabled custom error messages for Sitecore.
Provides a user-friendly error page whenever a controller, action or route is not found or encounters an error in your ASP.NET MVC5 application. Custom views are rendered instead of the default ASP.NET error page.
Owin middleware to return 404 responses
Using this library, you can make use of different exception handling mechanisms.
A 404 handler which allows you to spesify an Umbraco documenttype as a 404 page. This allows us to use actual umbraco content as content for our 404 page. Getting started: Web.config: - Add httpErrors existingResponse="PassThrough" to the webServer section of your webconfig. Global.asax: - We need to register the handler with umbraco's ContentResolver. - Add following line to the OnApplicationStarting method in your Global.asax.cs ** ContentLastChanceFinderResolver.Current.SetFinder(new KXB.Umbraco.NotFoundHandler.NotFoundHandler()); ** To implement a custom handler it is possible to override the NotFoundHandler.TryFindContent(PublishedContentRequest contentRequest) method. ========================================================================= This package is part a set of smaller modules that I have found useful when working with umbraco. Other packages include: - KXB.Umbraco.RouteHijacking - KXB.Umbraco.Search
Sitecore Multisite Http module, allows mulitsite handling of 404, & 500 errors, along with custom robots.txt generation
Provides basic error pages for your IIS project
Service Fabric Not Found MiddleWare. https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reverseproxy Keyword: X-ServiceFabric
An umbraco cms package adding a 404 docType and a last chance content finder pointing to it.
Asp.net Web Crop Image Control allows developers to build image cropping functionality easily on their projects. You can seamlessly crop images and yet provide your visitors the most user friendly web interface by simply doing drag and drop in your projects.