My problem is that when I go to "www.website.com" I get an error that no page is found. This I understand since the "Website"-node does not have a template connected to it.
What I want to do here is configuring routes so that when you go to www.website.com,you get redirected to the websites startpage (Page1 in the example above).
This is something I belive is fairly simple to do, but still Im stuck. :)
You could a redirect from the website node to Page1 by adding the umbracoInternalRedirectId property to the Website doctype - this is an internal property in Umbraco.
Site structure backoffice
Hi!
Im trying to set up a structure of the nodes (published documenttypes) in backoffice. My goal is to have it like this:
Website - Page1 - Page2 - Page3 -Page3.1 - Page4 - Page4.1
etc, etc.
My problem is that when I go to "www.website.com" I get an error that no page is found. This I understand since the "Website"-node does not have a template connected to it.
What I want to do here is configuring routes so that when you go to www.website.com,you get redirected to the websites startpage (Page1 in the example above).
This is something I belive is fairly simple to do, but still Im stuck. :)
Hi Paul,
You could a redirect from the website node to Page1 by adding the umbracoInternalRedirectId property to the Website doctype - this is an internal property in Umbraco.
alias: umbracoInternalRedirectId type: Content Picker
/B.
Thanks man, great solution.
Umbraco <3
is working on a reply...