# Sahi — keep configuration and SQL out of the web root's reach.
<FilesMatch "^(config|config\.sample)\.php$">
  Require all denied
</FilesMatch>
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^(sql|lib)/ - [F,L]
</IfModule>
Options -Indexes
