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
hello everyone.
i make a multi languages site, set each main node to some sub domain - lets say :
english.sitename.com
russian.sitename.com
the problem is :
if i enter some url like this : russian.sitename.com/name_of_page_from_english_site
the content of the page is from the english page ( there is no russian page with same name )
but the dictionaries items is like the russian language.
it well be better if it is going to page not found.
there is some way to do it?
thanks. cheers
Hi Gilad
Have you setup the hostnames of the sites on the root nodes of the sites in Umbraco by going to "manage hostnames" and it them there?
Also you need to change this line in the umbracoSettings.config file in the config folder to true.
<useDomainPrefixes>false</useDomainPrefixes>
Maybe you need to recycle the app pool or just touch the web.config file afterwards in order to make the change in umbracoSettings.config work.Does this help?
/Jan
Hi jan, it is work.
thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
multi languages issue
hello everyone.
i make a multi languages site, set each main node to some sub domain - lets say :
english.sitename.com
russian.sitename.com
the problem is :
if i enter some url like this : russian.sitename.com/name_of_page_from_english_site
the content of the page is from the english page ( there is no russian page with same name )
but the dictionaries items is like the russian language.
it well be better if it is going to page not found.
there is some way to do it?
thanks. cheers
Hi Gilad
Have you setup the hostnames of the sites on the root nodes of the sites in Umbraco by going to "manage hostnames" and it them there?
Also you need to change this line in the umbracoSettings.config file in the config folder to true.
<useDomainPrefixes>false</useDomainPrefixes>
Maybe you need to recycle the app pool or just touch the web.config file afterwards in order to make the change in umbracoSettings.config work.
Does this help?
/Jan
Hi jan, it is work.
thank you!
is working on a reply...