Now i want to set default page as default page. Like when user enteres site base url like http://www.sitename.com en/Default page should be visible to user. How to achieve this.
Add the umbracoInternalRedirectId property alias to your document type (en, de, fi) with a content picker and Umbraco will load the selected page’s content transparently; no url redirection.
How to set default page in multiligual set up???
I have folder structure for multilingual. Like
en
Default
About
Contact
de
Default
About
Contact
fi
Default
About
Contact
Now i want to set default page as default page. Like when user enteres site base url like http://www.sitename.com en/Default page should be visible to user. How to achieve this.
From the wiki:
Add the umbracoInternalRedirectId property alias to your document type (en, de, fi) with a content picker and Umbraco will load the selected page’s content transparently; no url redirection.
http://www.site.com/en will show the same content as http://www.sitename.com en/Default
Don't forget your canonical meta info :P
Thank you very much Bert for your reply...
is working on a reply...