I have this question about umbraco structuring and I can't find the answer anywhere.
Typically in Umbraco it will default the root site to the first node of the tree. so if we have
- Home
- page 1
- page 2
the default page will be home (so www.mysite.com will point to home).
How do I change this however so that www.mysite.com will point to page1 or page2? What if I have this structure?
- wrapper
- index
- page 1
- page 2
and I want www.mysite.com to go straight to www.mysite.com/index.aspx
I couldn't find a rule that does that. Tried inserting a rewrite/redirect rule and it didn't change anything.
Please help
Nick