You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of the box, Sitecore will redirect to pages for Item not found, layout not found, No Access and Login pages based on a global Site Setting. This is problematic in multi site solutions, so we have replaced this functionality with custom ones configurable at the site level through the use of custom Site Settings.
Note that Error Redirection is not supported by the Execute Pipeline, but instead leverages ASP.Net Error Handling. To get that feature to work properly, the ASP.Net Error should point to our custom Error Page, which uses the SiteConfiguration to redirect to the configured error page.