here is the problem I am trying to solve:
Apache 2.2 acting as a static image server only.
Now, I have images stored in file system in two formats: with and without extension.
My clients would ask for images with or without extension for example:: http//giveme.com/image or http//giveme.com/image.png
How can apache successfully serve images in this scenario ?