When selecting images within pages in my local environment, the permanent URL displays with the file extension for example, "/getmedia/01bba7fc-c12d-4ea8-b95f-659118f6b97d/counselling.png" which is returning a 404. If I remove the file extension the url is then valid.
This works fine on both our UAT and Live environments, so I'm led to believe its due to my local configuration.
Any help surrounding this would be appreciated.
Thanks
Hi, Could you please check your URLs and SEO settings as well as the web.config file and compare it with the Custom extensions setup? Common issue is missing the runAllManagedModulesForAllRequests parameter in the config file or it is on a wrong spot.
The above was missing, which I've now added and its working as expected.
Many thanks!
Please, sign in to be able to submit a new answer.