Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Im using 8.18.4 - set up on Azure using UmbracoFileSystemProviders.Azue.
When a media file is missing it is giving a status of 200.
www.xxx.com/media/3456667/mymissingfile.pdf gives a 200
www.xxx.com/anyurl/3456667/mymissingfile.pdf gives a 404
Any ideas how I can get a 404 status for missing PDFs in the Media?
Thanks
I think we have found the fix: Turn Custom Errors OFF and update HTTPErrors to
<httpErrors errorMode="Custom" existingResponse="Replace">
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UmbracoFileSystemProviders.Azure - missing media gives 200 status
Hi,
Im using 8.18.4 - set up on Azure using UmbracoFileSystemProviders.Azue.
When a media file is missing it is giving a status of 200.
www.xxx.com/media/3456667/mymissingfile.pdf gives a 200
www.xxx.com/anyurl/3456667/mymissingfile.pdf gives a 404
Any ideas how I can get a 404 status for missing PDFs in the Media?
Thanks
I think we have found the fix: Turn Custom Errors OFF and update HTTPErrors to
is working on a reply...