Disable PHP Execution for a Specific Folder in Apache
There was a scenario where I set the handler for PNG files to the PHP engine for a certain directory. In this case, it was a barcode generator script and I didn’t want the extension to be .php. In the same directory, however, I had actual PNG files that the …