We are in the process of migrating media items (images, PDFs, etc) from an old system into Sitecore. Some of the directories in the old system have multiple media items with the same name but different extensions. So if I had to get them via URL they would be as follows -
- http://example.com/images/test.gif
- http://example.com/images/test.jpg
They can obviously be reached in the old file based system because their file extensions differ. In Sitecore, out of the box, this is not the case. Multiple items that live under the same node with the same name cannot be reached by adding extensions in front of them. Only the first media item would be hit regardless of the extensions.
Is there a way to get around this? Can Sitecore differentiate between different media items with the same name but different extensions under the same node so that the above 2 URLs would work and point to the respective images?
Thanks