How can I have a custom URL for Episerver Edit mode?

448 Views Asked by At

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

1

There are 1 best solutions below

0
On

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...".