I want to use an .htaccess file in a folder on my server so I can parse PHP in a .jpg file.
When I load a .jpg though (which contains code to create an image) I just get the download box.
My .htaccess file contains the following:
AddType application/x-httpd-php .jpg
Is this correct?