Login

Friendly URL and upgrading to EPiServer 4.6

Versions: 4.6, FAQ number: 167, Old FAQ number: 8804

When upgrading from EPiServer versions prior to 4.60 to 4.60 or later the postback function may not work correctly with friendly URL:s. To adress this you need to manually add the following code to the header section of all page templates:

<episerver:FriendlyUrlRegistration runat="server" />

If you are using a standard installation of EPiServer it is sufficient to add this line at the end of the "/templates/units/header.ascx" file. The line will then be added dynamically to the headers of each page template on creation.

Also note that javascript needs to be enabled in the webbrowser for postback functions to work with friendly URL:s.

More information can be found in this tech note.

EPiTrace logger