Login

How do I link to an internal page in the "URL to page" property in EPiServer 4.50?

Versions: 4.50 - 4.50, FAQ number: 146, Old FAQ number: 4899

Q: How do I link to an internal page in the "URL to page" property in EPiServer 4.50?

A: Unfortunately, the "URL to page" property cannot link to internal pages using the new linktool in v4.50. This is a known issue with the linktool that will be fixed in EPiServer 4.51.

Workaround:

You can use the old linktool instead, it allows the "URL to page" property to link to internal links. To enable the old linktool, find the EPnEditorValueOptions key in web.config and add 16 to the value (it is a bitmask where the 5th bit have to be set to enable the old linktool), for example: 

<add key="EPnEditorValueOptions" value="16" />

EPiTrace logger