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 ?
your should force the mime type to be returned as image/jpeg or whatever ... and you should solve this problem Regards