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.
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
Hi Jv,
Why don't you just make the Site node the home page.
Neil
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?
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.
is working on a reply...