I have setup ja.mysite.com to point to my main domain.
Then in Umbraco, I have used the Manage Hostnames feature to indicate that the Japanese content should be used when the domain is ja.mysite.com. I have also set useDomainPrefixes in umbracoSettings.config
However this is not working. I always get the English site content when I go to ja.mysite.com.
How have you setup the ja.mysite.com to point to the main domain?
I'd have thought that ja.mysite.com A record to point to the IP of the server, then add the hostname ja.mysite.com into the host-headers for the IIS site that umbraco is running on.
If ja.mysite.com re-directs somewhere then umbraco won't know the difference, hopefully this makes sense..
Subdomain not going to different content
I have two content trees like this:
I have setup ja.mysite.com to point to my main domain. Then in Umbraco, I have used the Manage Hostnames feature to indicate that the Japanese content should be used when the domain is ja.mysite.com. I have also set useDomainPrefixes in umbracoSettings.config
However this is not working. I always get the English site content when I go to ja.mysite.com.
Have I missed something?
Andrew,
Setup seems fine to me. A few things to check:
- Did you setup the host name on the 'Home' node for Japanese site?
- Can you append ?umbdebugshowtrace=true, it should have an entry telling it's switching to Japanese culture settings.
Hope this helps.
Regards,
/Dirk
How have you setup the ja.mysite.com to point to the main domain?
I'd have thought that ja.mysite.com A record to point to the IP of the server, then add the hostname ja.mysite.com into the host-headers for the IIS site that umbraco is running on.
If ja.mysite.com re-directs somewhere then umbraco won't know the difference, hopefully this makes sense..
is working on a reply...