I’m using htaccess to change a file extension from gif to php but it does not change on a particular test server, instead it prompts a download for the gif file which reveals the php.
The .htaccess file is in the same directory as the gif. The code looks like this, any ideas?
<Files trackme.gif>
ForceType application/x-httpd-php
</Files>
Try
SetHandlerinstead ofForceType: