Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • syn-rg 282 posts 425 karma points
    Mar 29, 2011 @ 03:38
    syn-rg
    0

    Redirecting from Site node to Home page node

    How do I redirect my Site node to my Home page node?

    My content tree structure is as such:

    Content
    -Site
    --Home
    --About
    --Contact

     

    Cheers,
    JV

  • Neil Killen 17 posts 37 karma points
    Mar 29, 2011 @ 14:52
    Neil Killen
    0

    Hi Jv,

    Why don't you just make the Site node the home page.

    Neil

  • Craig Taylor 29 posts 69 karma points
    Mar 29, 2011 @ 19:04
    Craig Taylor
    0

    Agree with Neil, but you could alternatively just do a Response.Redirect or meta refresh in order to redirect from your Site node to your Home node.

    Is there special content on the site node?  What are you using it for?

  • rorythecheese 110 posts 56 karma points
    Mar 29, 2011 @ 21:34
    rorythecheese
    0

    There's a secret property that does this for you built into umbraco.

    On your 'Site' node add a property with alias umbracoInternalRedirectId then pass to it the id of the 'Home' page.
    Then when someone enters the 'Site' node umbraco will automatically redirect you.

     

Please Sign in or register to post replies

Write your reply to:

Draft