Try our conversational search powered by Generative AI!

Eric
Jun 22, 2011
  5411
(7 votes)

Use .se and .com adresses without an enterprise license, EPiServerFramework.config to the rescue.

Yesterday I came across some features in EPiServer that i had not noticed before. We had a discussionen if we should use an enterprise solution or a site with globalization enabled.

In EPiServer CMS 6 we thougt it would be nice to use the new features for globalization like access rights for languages. But how could we solve the issue of having the same adress for all our languages but with the /sv or /en at the end for diffrent languages.

Have a look at www.episerver.com and www.episerver.se and you will se what I do not like to have Ler In my case I would like to have www.episerver.com and www.episerver.se without a redirect to www.episerver.com/sv for the swedish content. I also would like to have the same structure and no enterprise license.

The solution is to start use the EPiServerFramework.config file. First we need to setup the IIS. Add you diffrent site bindings for the site in my case i use test.se and test.com for a standard Alloysite.

image

 

When you are done with that you have to change your host-file, if you are working locally of course..

Next you change the episerver.config to respond on test.com in the siteUrl. Finally we need to do the magic in EPiServerFramework.config.

The changes that you will need to do look like this:

<siteHostMapping>
  <siteHosts siteId="Alloy">
    <add name="*" />
    <add name="test.com" />
    <add name="test.se" language="sv" />
  </siteHosts>
</siteHostMapping>
That’s all we need to do. Now we can go to test.se and see the swedish content and test.com for the english content without an enterprise enabled EPiServer CMS website.

image

image

 

If this solution is ok or not regarding licenses is something for someone else to answer Ler

 

Update: The configuration made in the EPiServerFramework.config is able to do in Admin mode > config > [click the siteID]. Thank you David Knipe Ler

Jun 22, 2011

Comments

Jun 22, 2011 05:44 PM

This should be fine with a standard professional license as long as you have the same start page (just translated into different languages).

The configuration change can also be made in Admin Mode > Config > [Click the site ID]. Obviously you'll still need to configure IIS appropriately!

Eric
Eric Jun 23, 2011 10:32 AM

Ah nice had forgot that it was possible todo it in admin mode :)

Jun 23, 2011 12:44 PM

David Knipe: When did Episerver change this ? I'm pretty sure you'r wrong here.

This requires two standard professional licens, one for .com, and one for .se.

Eg
www.customer.se ->Redirect to www.customer.com/se
www.customer.dk ->Redirect to www.customer.com/dk
www.customer.fi- >Redirect to www.customer.com/sfi

ONE standard professional licens

Eg
www.customer.se (stays in browser, www.customer.se/omoss)
www.customer.dk (stays in browser, www.customer.dk/omoss)
www.customer.fi (stays in browser, www.customer.fi/aboutus)

Three standard professional licens, one initial, and 2 addons.

Jun 23, 2011 03:23 PM

@Eric: Great blog post - and very useful. This is one of the lesser known features of the product - but an important step to deal with globalization and multilingual content.

Since there has been some license concerns in the comments I just thought I'd clarify with a quote from the EULA:
" The license is valid for one (1) EPiServer application, i.e.one site or one virtual directory within Internet Information Services (”IIS”)."

This means, that as long as you are running this in one IIS Site / Virtual Directory you can assign as many domains as you want - and setup different language handling for them by using our globalization features.

An easy way to think of it is that 1 site has one start page - but that page can be served in different languages. In fact, with CMS 6.0 we tried to clarify this in the product by actually splitting up the configuration for sites into a separate area where you can also define multiple domains pointing to different languages.

Eric
Eric Jun 23, 2011 07:46 PM

@Allan thank you, did not know about this until we tested :) and now we can recommend our client this concept instead of bying a enterprise license ;) at least they do not need an enterprise at the moment..

Debasish Banerjee
Debasish Banerjee Dec 5, 2011 09:06 AM

Nice solution for skipping Enterprise license just for pointing to different languages

Shella Cabatbat-Rivera
Shella Cabatbat-Rivera Nov 22, 2012 04:42 AM

This might be a very late question regarding this.
We implemented the localization-based site bindings on one of our sites.

However, with the latest Browser security updates, the the CMS Edit Mode dialogs (such as Page Reference Popup, etc) fail for the sites not defined as the siteUrl due to 'Unsafe JavaScript attempt to access frame with URL' and/or 'Permission denied to access property 'EPiOpenedDialog'.

Is there a way to resolve this?

Please login to comment.
Latest blogs
Visitor Groups Usage Report For Optimizely CMS 12

This add-on offers detailed information on how visitor groups are used and how effective they are within Optimizely CMS. Editors can monitor and...

Adnan Zameer | Apr 18, 2024 | Syndicated blog

Azure AI Language – Abstractive Summarisation in Optimizely CMS

In this article, I show how the abstraction summarisation feature provided by the Azure AI Language platform, can be used within Optimizely CMS to...

Anil Patel | Apr 18, 2024 | Syndicated blog

Fix your Search & Navigation (Find) indexing job, please

Once upon a time, a colleague asked me to look into a customer database with weird spikes in database log usage. (You might start to wonder why I a...

Quan Mai | Apr 17, 2024 | Syndicated blog

The A/A Test: What You Need to Know

Sure, we all know what an A/B test can do. But what is an A/A test? How is it different? With an A/B test, we know that we can take a webpage (our...

Lindsey Rogers | Apr 15, 2024