Skip to content

Encoded urls, UI path and new admin tool

Compare
Choose a tag to compare
@evest evest released this 23 Oct 12:27
· 370 commits to master since this release

In previous versions, if the redirect url had & in it, you needed to change it to & when you added the redirect, or it would not be picked up, and no rewrite would happen.

Example:
/product.asp?productid=123&category=34 would need to be added as /product.asp?productid=123&category=34 in order for the 404 handler to recognize it if someone was actually surfing to that url. This has changed. The module will now recognize both (for backwards compatibility)

If you had installed EPiServer CMS using a non-default path to the edit UI (not /episerver/...) the module would fail when importing redirects from xml files.

In the admin view (in the gadget) you can now delete all redirects. Useful if you need to clean up the redirects before importing new ones.
404-admin