/home/ivoiecob/email.hirewise-va.com/dev/docs/templates/clean/htaccess.dist
# Fixes a vulnerability in CentOS: https://stackoverflow.com/questions/20533279/
<FilesMatch \.php\.txt$>
    RemoveHandler .php
    ForceType text/plain
</FilesMatch>