crli
Mar 16, 2010
  5397
(0 votes)

Legacy redirect in CMS 6

Fredrik wrote a very interesting and informative post about changes to the configuration files. The post also brings a whole new meaning to the term configuration management.

An issue brounght up are changes of the URL to the edit and admin interfaces which causes existing bookmarks to break. This can be fixed using the downloads below. The module redirects requests to files that exist in edit/admin from the old to the new path.

We decided to pull this from the release since we didn’t have time to fully analyze the consequences of including it. There are two different downloads due to breaking changes to the initialization between RC and RTM.

Mar 16, 2010

Comments

Sep 21, 2010 10:33 AM

I understand the code but how do you install this the best way? I guess I need to change some config to register the module?

Sep 21, 2010 10:33 AM

There's an "initializable module" that is supposed to be picked up automatically and invoked as the site starts. There are some options to configure this in the episerver.framework section which could prevent automatic registration.

Sep 21, 2010 10:33 AM

I added EPiServer.LegacyRedirect.dll to my bin-folder and restarted my site - but the module is not picked up - do you have an example of how the episerver.framework.config needs to look like to pick it up?

And when it is picked up, is it supposed to appear in admin mode?

Sep 21, 2010 10:33 AM

The framework.config should either look like it does in a clean installation or include the new assembly. The module itself doesn't appear in admin mode, it just redirects incoming requests to /uipath/edit/... to /uipath/cms/edit/...

Sep 21, 2010 10:33 AM

Ahh - I had changed my framework.config, i reconfigured it and it now works like a charm :) thanks!

Please login to comment.
Latest blogs
Resource Editor - A localization management tool for Optimizely CMS

If you have worked with Optimizely CMS for any amount of time you know that managing localization through XML files can be tedious. Content type...

Per Nergård (MVP) | Feb 23, 2026

Storing JSON in a property the efficient way

Here is a little-known trick to store and retrieve JSON property data more efficiently.

Stefan Holm Olsen | Feb 23, 2026 |

Upgrade RSS Feed Integration to Optimizely CMS 13 – v3.0.0 Beta

I’ve upgraded my  RSS Feed Integration library for Optimizely CMS to support Optimizely CMS 13. Version 3.0.0 is currently released as a beta to...

David Drouin-Prince | Feb 21, 2026 |

Multi Site NuGet v2 for Optimizely CMS 13 – Breaking Changes & Migration

The beta version 2 of DavidHome.Optimizely.MultiSite is now available on NuGet: https://www.nuget.org/packages?q=DavidHome.Optimizely.MultiSite Thi...

David Drouin-Prince | Feb 21, 2026 |

Automate Your OCP Opal Tool Development with PowerShell

Creating an OCP (Optimizely Connect Platform) Opal Tool app from scratch can be time consuming and error prone. You need to set up the project...

Sanjay Kumar | Feb 21, 2026

Using HeadlessKit to build a head for an Optimizely SaaS CMS in .NET 10

Headless has a tendency to promise freedom and deliver alignment meetings. Two codebases. Two sets of models. Two teams trying very hard not to dri...

Allan Thraen | Feb 19, 2026 |