# Never serve the config (it holds your bot token) or the source directory.
<FilesMatch "^(config\.php)$">
    Require all denied
</FilesMatch>

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^src/ - [F,L]
    RewriteRule ^data/ - [F,L]
</IfModule>
