On an Umbraco Cloud project running Umbraco 7.12.5 I am using the paid version of the SEOChecker package.
The case is:
I have a PDF that has been deleted - and we have a lot of (printed) QR codes linking to that file.
I therefore wish to add a redirect so the deleted PDF link links to a page.
OLD URL:
/media/1860/oplevelseskort-oversigt.pdf
NEW URL:
/gavekort/
But the redirect is not working - I can redirect other pages fine but I cannot redirect "media file URLs".
I have already been in contact with the devs of the SEOChecker package and checked everything and all appears good.
Their suggestion is that the HTTPModule is not running as intended in the Umbraco installation - I've tried reaching out to Umbraco Cloud support but after a month they have replied that they cannot help with 3rd party package issues.
Which brings me here...
My question - has anyone here experienced the same issue either with or without the SEOChecker package and if so how did you solve it?
Cannot redirect deleted PDF URL
On an Umbraco Cloud project running Umbraco 7.12.5 I am using the paid version of the SEOChecker package.
The case is:
I have a PDF that has been deleted - and we have a lot of (printed) QR codes linking to that file.
I therefore wish to add a redirect so the deleted PDF link links to a page.
OLD URL:
NEW URL:
But the redirect is not working - I can redirect other pages fine but I cannot redirect "media file URLs".
I have already been in contact with the devs of the SEOChecker package and checked everything and all appears good.
Their suggestion is that the HTTPModule is not running as intended in the Umbraco installation - I've tried reaching out to Umbraco Cloud support but after a month they have replied that they cannot help with 3rd party package issues.
Which brings me here...
My question - has anyone here experienced the same issue either with or without the SEOChecker package and if so how did you solve it?
best
Jesper
Hi Jesper
Could you add a redirect rewrite rule in the Web site's Web.Config file?
Something like this?
I think that should still work on Umbraco Cloud.
This rule should fire at the we server level before SEO Checker or Umbraco gets to handle the request...
Regards
Marc
is working on a reply...