Search code examples
web-configektron

Ektron UrlAliasing module in web.config


Can anyone explain the following module entry in the web.config of an Ektron site?

 <add name="EkUrlAliasModule" type="UrlAliasingModule" preCondition="integratedMode" />

Solution

  • Ektron has a URL Aliasing module that allows business users int the workarea to define user/SEO-friendly URLS for pages in the CMS.

    That entry in the web.config is what the asp.net application uses to refer to that module.