2

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

 <add name="EkUrlAliasModule" type="UrlAliasingModule" preCondition="integratedMode" />
Bisileesh
  • 1,982
  • 2
  • 19
  • 29

1 Answers1

1

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.

Charles Wesley
  • 828
  • 12
  • 27