# Only the webhook endpoint may be reached over HTTP. Everything else
# (config, functions, commands, callbacks, cron) is internal.
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_URI} !/bot/webhook\.php$ [NC]
  RewriteRule ^ - [F,L]
</IfModule>
