litepubl/cms/master/themes/.htaccess
<IfModule mod_php7.c> php_value engine off </IfModule> <Files ~ ".ini$"> Order Allow,Deny Deny from All </Files> <Files ~ ".tml$"> Order Allow,Deny Deny from All </Files> <Files ~ ".txt$"> Order Allow,Deny Deny from All </Files> <Files ~ ".less$"> Order Allow,Deny Deny from All </Files> <Files ~ ".php$"> Order Allow,Deny Deny from All </Files>