Runtime Error
Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
But when doing it locally or locally on the server, it works just fine. Is this not possible at all with Seo Checker? Or is it more related to Umbraco not allowing it?
Create redirects for .ashx (With Seo Checker)
We have a solution that runs on umbraco 7.5.4 and Seo Checker 1.9.4 at the moment. When trying to create a redirect for:
https://www.niras.dk/om-niras/~/media/Files/NIRAS-DK/Om-NIRAS/Logo/Thumbnails/LOGO-NIRAS-LOGOFARVE-WHITE.ashx
It throws a runtime error:
But when doing it locally or locally on the server, it works just fine. Is this not possible at all with Seo Checker? Or is it more related to Umbraco not allowing it?
Best regards, Johnny.
Have never used to redirect ashx file but should work in theory. One thing that will never work = ~/media in url you should use /media instead.
Hope this helps.
is working on a reply...