litepubl/cms/master/files/.htaccess
AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm <IfModule mod_php7.c> php_value engine off </IfModule> <IfModule mod_mime.c> <Files ~ .(php|php3|php4|php5|php6|phtml|pl|asp|aspx|cgi|dll|exe|shtm|shtml|fcg|fcgi|fpl|asmx|pht|py|psp|rb|var)> SetHandler text/plain ForceType text/plain </Files> </IfModule>