Harish Yadav
Apr 23, 2026
  45
(0 votes)

Optimizely CMS 13 host(s) management

One of the features I found most impressive is the way Optimizely CMS 13 handles hosts with clear definition and intent. It may sound low level configuration update but it has direct impact on how your solution handles URLs, routing, preview, redirects, and the separation between CMS and front end.

So what is it, really? 👇

In CMS 13, Optimizely lets you define different application host types depending on whether your solution follows a traditional or headless architecture. This is built around two application types.

  1. Website (out-of-process): This represent headless or decoupled architecure where optimizely manages content and but another application handles rendering ex. react, angular, next.js. With this approach more responsibility typically sits in the front-end layer.
  2. InProcessWebsite : This is traditional setup where website is rendered inside the same ASP.NET Core application as CMS. With this approach Optimizely handles behaviour directly inside application itself.

Application host types support ⚙️

CMS 13 support several hosts types including:

What I found especially interesting is that these host types are not just labels as they reflect clear responsibilities.

I was particularly drawn to RedirectPermanent because it directly connected to a real-world problem I was looking to solve.

A very practical example: non-www → www redirect 🌍

Let’s say your preferred public domain is www.example.com but visitors may also enter example.com (should have valid certificate for apex domain and uses A record)

In an InProcessWebsite setup, a clean solution is to configure:

  1. www.example.com as the Primary host
  2. example.com as RedirectPermanent

That creates a proper 301 redirect from non-www to www.

There are certainly several ways to solve this in Optimizely CMS, but in my view, this is one of the cleanest and most pragmatic approach.

Cheers!

Apr 23, 2026

Comments

Please login to comment.
Latest blogs
Building Opal tools on Optimizely Connect Platform: a Mailchimp walkthrough

About the Mailchimp Opal Tool The  Mailchimp Opal Tool  is an Optimizely Connect Platform app that brings Mailchimp audience operations directly in...

Sanjay Kumar | Apr 22, 2026

📣 Build, Automate, and Scale Content Operations with CMS REST API v1 - now live!

Now available for both CMS13 and CMS SaaS We are excited to announce the  v1 release of our CMS REST API —a major milestone in delivering a stable,...

Kathy Copeland | Apr 21, 2026

Introducing AI Assistant v4 for Optimizely CMS 12 and 13

Epicweb AI Assistant v4.0 adds full support for Optimizely CMS 13 on .NET 10 while staying compatible with CMS 12 on .NET 8, plus new AI Chat tools...

Luc Gosso (MVP) | Apr 20, 2026 |