-2

I wanted to have a custom URL for the pages displayed in edit mode.

1 Answers1

0

Yes, this is possible. You need to change some places in web.config:

<episerver.packaging protectedVirtualPath="~/episerver" /> 

and

<applicationSettings uiUrl="~/episerver/CMS/" /> 

and

<virtualPathProviders> entry for ProtectedModules, <add name="ProtectedModules" virtualPath="~/episerver/" />

and all the <location> elements pointing to "episerver...".

Andreas
  • 1,355
  • 9
  • 15