Constellation.Foundation.PageNotFound
10.3.1.21328
dotnet add package Constellation.Foundation.PageNotFound --version 10.3.1.21328
NuGet\Install-Package Constellation.Foundation.PageNotFound -Version 10.3.1.21328
<PackageReference Include="Constellation.Foundation.PageNotFound" Version="10.3.1.21328" />
paket add Constellation.Foundation.PageNotFound --version 10.3.1.21328
#r "nuget: Constellation.Foundation.PageNotFound, 10.3.1.21328"
// Install Constellation.Foundation.PageNotFound as a Cake Addin #addin nuget:?package=Constellation.Foundation.PageNotFound&version=10.3.1.21328 // Install Constellation.Foundation.PageNotFound as a Cake Tool #tool nuget:?package=Constellation.Foundation.PageNotFound&version=10.3.1.21328
Requires Sitecore 10.3
Requires .NET Framework 4.8
Constellation is a collection of utilities for the Sitecore .NET CMS.
The Foundation.PageNotFound library provides unique Sitecore-hosted "not found" pages with the correct 404 Http Response for each site in your installation.
Installation
1. Add this NuGet package to your Sitecore solution
2. Build and Deploy your solution to a target environment
Package Includes:
Custom Site Attribute: notFoundPageID
This attribute should be set to the ID of the Item to use for presenting 404 Response Status messages to the visitor.
Each site requires its own 404 page Item.
HttpRequestBegin Pipeline Processor: Page Not Found Resolver
Assuming the site is configured with the ID of the "not found page" this processor will resolve the context item
to that specific item if the context item is currently null.
This processor must run after all Site, Database, Language, and Item resolvers, but before Device and Layout resolvers.
The supplied patch:before is a safe bet, but may need to be changed depending on your solution.
Please note that this processor will only run for databases and sites as configured, and should intentionally not
run for Sitecore system sites.
HttpRequestEnd Pipeline Processor: Set404StatusCode
Assuming the site is configured with the ID of the "not found page" this processor will detect that the context item
is the 404 page and will add the 404 code to the Response.
Please note that the customizations in this processor will only run for databases and sites as configured, and should intentionally not
run for Sitecore system sites.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Constellation.Foundation.Contexts (>= 10.3.0.23045)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.3.1.21328 | 487 | 12/19/2023 |
10.3.0.24555 | 921 | 6/16/2023 |
10.2.0.19340 | 2,859 | 11/15/2021 |
10.1.1.23179 | 431 | 9/27/2021 |
10.1.0.29510 | 1,055 | 3/4/2021 |
10.0.1.24084 | 1,547 | 8/5/2020 |
10.0.0.22793 | 503 | 8/4/2020 |
9.3.0.18066 | 520 | 7/27/2020 |
9.1.3.30027 | 1,661 | 1/14/2020 |
9.1.2.23026 | 777 | 4/11/2019 |
9.1.1.27405 | 600 | 3/6/2019 |
9.1.0.16776 | 590 | 2/27/2019 |
Fix for wildcard items.