Query/apiDocumentation/.htaccess
2023-01-20 11:30:51 -05:00

5 lines
167 B
ApacheConf

# Fixes a vulnerability in CentOS: https://stackoverflow.com/questions/20533279/
<FilesMatch \.php\.txt$>
RemoveHandler .php
ForceType text/plain
</FilesMatch>