.htaccess 261 B

123456
  1. # 403 direct access to our config; this should be accessible for scripts inside the server, only
  2. # ideally, this would be placed inside the apache root config or virtualhost for the domain, instead of .htaccess
  3. <Files ~ "\.json$">
  4. Require all denied
  5. </Files>