Running 2 multi-lingual sites under one instance...
So I'm maintaining a set of sites that are configured in the following way.
IIS has 2 bindings siteA.com and siteB.com.
Umbraco is set up like so:
en/
de/
fr/
en-siteB/
de-siteB/
fr-siteB/
es-siteB/
jp-siteB/
Each domain can access either subfolder which isn't a real problem. However if you go to siteB.com it naturally defaults to en/ which is a problem. I 'managed hostnames' in Umbraco and set siteB.com on en-siteB/ with english as the language.
This solved the problem but then all the x-siteB sites had an english dictionary.
Any ideas how I can get siteB.com to go to siteB.com/en-siteB?
UrlRewriter doesn't work because siteB.com is a binding.
Running 2 multi-lingual sites under one instance...
So I'm maintaining a set of sites that are configured in the following way.
IIS has 2 bindings siteA.com and siteB.com.
Umbraco is set up like so:
en/
de/
fr/
en-siteB/
de-siteB/
fr-siteB/
es-siteB/
jp-siteB/
Each domain can access either subfolder which isn't a real problem. However if you go to siteB.com it naturally defaults to en/ which is a problem. I 'managed hostnames' in Umbraco and set siteB.com on en-siteB/ with english as the language.
This solved the problem but then all the x-siteB sites had an english dictionary.
Any ideas how I can get siteB.com to go to siteB.com/en-siteB?
UrlRewriter doesn't work because siteB.com is a binding.
Sorry for the long post!
Have you tried IIS URL Rewrite .. it is a package which would need ot be installed on your server http://www.iis.net/downloads/microsoft/url-rewrite
is working on a reply...