I have a php file which makes and outputs PNG images generated dynamically and I want that file to be accessible with the PNG extension rather than the PHP extension.
For example, I have www.mysite.com/image.php which outputs a PNG image, but I want something like this: www.mysite.com/image.png
I think I have to use htaccess, but I have no idea.
Thanks