# Deny visitors from viewing the configuration info
<FilesMatch "config.ini">
  Order deny,allow
  Deny from all
</FilesMatch>
