Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have created a Multilingual site using Umbraco with the following structure:
Content -en -home -profile -contact -esp -home -profile -contactWhen I look at the URL's for "home" for both "en" and "esp" in the properties tab, it looks similar liks this:http://www.mydomain.com/home.aspxHow do I make it to look like this: http://www.mydomain.com/en/home.aspxhttp://www.mydomain.com/esp/home.aspxThe same problem for profile & contact pages as well.
Hi Danny,
I think what you are looking for is a config in the web.config file.
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
Change this value to false.
in web.config change
to false.
cheers
Ali
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
URL's
I have created a Multilingual site using Umbraco with the following structure:
Content
-en
-home
-profile
-contact
-esp
-home
-profile
-contact
When I look at the URL's for "home" for both "en" and "esp" in the properties tab, it looks similar liks this:
http://www.mydomain.com/home.aspx
How do I make it to look like this:
http://www.mydomain.com/en/home.aspx
http://www.mydomain.com/esp/home.aspx
The same problem for profile & contact pages as well.
Hi Danny,
I think what you are looking for is a config in the web.config file.
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
Change this value to false.
Hi Danny,
in web.config change
to false.
cheers
Ali
is working on a reply...