1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 00:49:33 +00:00
single_php_filehost/files/.htaccess

11 lines
197 B
ApacheConf

php_flag engine off
AddType text/plain .php
AddType text/plain .php5
AddType text/plain .html
AddType text/plain .htm
RemoveHandler .php
RemoveHandler .php5
RemoveHandler .html
RemoveHandler .htm