# RAYACAST — Security Rules
Options -Indexes
ServerSignature Off

# فقط bot.php و callback.php و n8n_callback.php قابل دسترسی هستند
<Files ~ "\.(log|sql|md)$">
    Order allow,deny
    Deny from all
</Files>

<FilesMatch "^(bot|callback|n8n_callback|cron)\.php$">
    Order allow,deny
    Allow from all
</FilesMatch>
