Harish Yadav
Apr 23, 2026
  369
(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
Optimizely Opal: How to Build Effective Workflow Agents

If you're building workflow agents in Optimizely Opal, this post covers how specialized agents pass context to each other, why keeping agents small...

Andre | May 20, 2026

ReviewPR: An Azure Function That Reviews Your Azure DevOps Pull Requests With Claude

A while back I wrote about an  Azure Function App for PDF creation that we use to offload PDF rendering from our Optimizely DXP site. That same...

KennyG | May 19, 2026

Accelerating Optimizely CMS and Commerce upgrades with agentic AI (Part 2 of 2)

The Real Transformation in Optimizely CMS 13: Why the Upgrade Itself Is the Easy Part. A field-tested playbook for enterprise teams moving from...

Hung Le Hoang | May 18, 2026

Is the most powerful AI model really the best value?

Artificial Intelligence is already becoming part of everyday software development. Developers now use AI tools to generate code, write documentatio...

K Khan | May 16, 2026