Query/docs/.htaccess

5 lines
229 B
ApacheConf
Raw Normal View History

2017-02-28 16:37:16 -05:00
# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt
<FilesMatch \.php\.txt$>
RemoveHandler .php
ForceType text/plain
</FilesMatch>