Files
bio-concept-labo/web/upload/.htaccess
2019-11-20 07:44:43 +01:00

8 lines
176 B
ApacheConf

<IfModule mod_mime.c>
RemoveHandler .php .phtml .php3 .php4 .php5
RemoveType .php .phtml .php3 .php4 .php5
</IfModule>
<IfModule mod_php5.c>
php_flag engine off
</IfModule>