

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php83” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php83 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

<IfModule mod_rewrite.c>
  RewriteEngine On

  # Block sensitive files
  RewriteRule ^(test_|tmp_).*\.php$ - [F,L]
  RewriteRule ^(run_migration|run_rfq_migration|check_tables|create_assignments_simple|recreate_assignments_table|update_assignments_table)\.php$ - [F,L]
  RewriteRule ^tmp_sessions/ - [F,L]

</IfModule>

<FilesMatch "^(test_|tmp_).*\.php$">
  Require all denied
</FilesMatch>
