litepubl/cms/master/themes/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache