.htaccess 85 B

1234
  1. <FilesMatch "\.(?i:html|php|json)$">
  2. Order allow,deny
  3. Deny from all
  4. </FilesMatch>