I wanted to have a custom URL for the pages displayed in edit mode.
Asked
Active
Viewed 416 times
1 Answers
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