mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-23 17:16:31 +01:00
5 lines
229 B
ApacheConf
5 lines
229 B
ApacheConf
|
# 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>
|