PHPBoost/PHPBoost/master/cache/css/.htaccess - Htaccess File

PHPBoost/PHPBoost/master/cache/css/.htaccess

<ifDefine !Free>
  <FilesMatch ".(css)$">
    <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
      # Apache 2.2
      Allow from all
    </IfModule>
  </FilesMatch>
</ifDefine>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache