Sitecore 5.0 API

Settings.ItemNotFoundUrl Property

Gets the url to redirect to, if an item is not found.

[Visual Basic]
Public Shared ReadOnly Property ItemNotFoundUrl As String
[C#]
public static string ItemNotFoundUrl {get;}

Property Value

Default value: "/sitecore/notfound.aspx"

Remarks

If a request for a non-existing item comes in on the web site, the request is redirected to the url pointed to by this setting.

See Also

Settings Class | Sitecore.Configuration Namespace