# BEGIN cPanel-generated handler, do not edit

<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# END cPanel-generated handler, do not edit

# Allow access to deploy.php

<Files "deploy.php">
Order allow,deny
Allow from all
Satisfy any
</Files>

# Restrict access to other .php files (optional for added security)

<FilesMatch "\.(php|phtml)$">
Order deny,allow
Deny from all
Allow from 127.0.0.1
</FilesMatch>
