<IfModule mod_authz_core.c>
  <FilesMatch .*>
  Require all granted
  </FilesMatch>
</IfModule>

<IfModule !mod_authz_core.c>
  <FilesMatch .*>
  Allow from all
  </FilesMatch>
</IfModule>