I have a dynamic image, which I wish to serve looking like a static image.
e.g. Current url of the image is
http://site.co.uk/media/dynamicImage.php
I wish for the image to be accessed using
http://site.co.uk/media/dynamicImage.gif
How do I use .htaccess to serve the dynamicImage.php file when dynamicImage.gif is accessed?
Please note that I don't want to rewrite ALL files in a folder as per this example: Apache - rewrite images to php file with .htaccess, I just want to rewrite the files I specify.