Cannot be requested because it calles the RenderBody method
Hi,
I have created my first Umbraco site. I have structured it as follows:
Masterpage
- Home Page
- About Us Page
- All other subpages
As my Master page available at the root "/" when i navigate to the website. How can i change it so when it hits the master page at www.website.com/ it will redirect to www.website.com/home ?
Cannot be requested because it calles the RenderBody method
Hi,
I have created my first Umbraco site. I have structured it as follows:
As my Master page available at the root "/" when i navigate to the website. How can i change it so when it hits the master page at www.website.com/ it will redirect to www.website.com/home ?
Thanks in advance
I have fixed the issue using UrlRewrite config file. Useful links here:
http://stackoverflow.com/questions/21785346/301-redirect-top-level-page-to-a-sub-page-in-umbraco
https://our.umbraco.org/wiki/reference/packaging/package-actions/community-made-package-actions/add-an-url-rewrite-rule/
is working on a reply...