RewriteEngine On

# Разрешаем только bot.php
RewriteCond %{REQUEST_URI} !^/bot\.php$
RewriteCond %{REQUEST_URI} \.php$
RewriteRule ^.*$ - [F,L]