# ===============================
# Force allow all IPs (override any deny)
# ===============================
<IfModule mod_authz_core.c>
    Require all granted
</IfModule>

# ===============================
# Disable any custom error redirects
# ===============================
ErrorDocument 403 default
ErrorDocument 401 default

# ===============================
# PHP handler (cPanel default)
# ===============================
<IfModule mime_module>
    AddHandler application/x-httpd-ea-php82 .php .php8 .phtml
</IfModule>

