esjosemartinez/PrototestWP/master/wp-content/plugins/zencache/submodules/.htaccess - Htaccess File

esjosemartinez/PrototestWP/master/wp-content/plugins/zencache/submodules/.htaccess

<IfModule authz_core_module>
  Require all denied
</IfModule>
<IfModule !authz_core_module>
  deny from all
</IfModule>

<FilesMatch ".(js|css|gif|jpg|png)$">
  <IfModule authz_core_module>
    Require all granted
  </IfModule>
  <IfModule !authz_core_module>
    allow from all
  </IfModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache