Options -Indexes

<FilesMatch "^(config\.php|config\.local\.php|database\.php|bootstrap\.php|helpers\.php)$">
  Require all denied
</FilesMatch>

RewriteEngine On
RewriteRule ^data/ - [F,L]
RewriteRule ^database/ - [F,L]
RewriteRule ^src/ - [F,L]
RewriteRule ^cron/(?!sync_geopb\.php$) - [F,L]
