x First time here? Check out the FAQ

umbracoRedirect

    Add the umbracoRedirect property alias to your document type with a content picker and you can then allow choose a node ID that you want the page to redirect to.

    Warning!
    Do not place (and then use) a umbracoRedirect on the top-most node of your site.

    If you do so, you will be unable to save your XSLT files in Developer section. The save speech bubble will give you the error "Xslt file could not be saved".

    If you need a page redirect from your top-most node, consider these options:

    1. Always click the 'skip testing' box when saving an xslt
    2. Use a redirect package rather than the built-in umbracoRedirect alias

    This effect is caused by the fact that your XSLT script is tested against this top-most node data. May be this effect will fixed in future umbraco versions (from current 4.0.2.1).