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

# TU CONFIGURACIÓN PERSONALIZADA (Afuera del bloque)
<IfModule mime_module>
   # Aquí fuerzas la versión que realmente necesitas, por ejemplo, PHP 8.1 de ea-php:
   AddHandler application/x-httpd-ea-php81 .php .php7 .phtml
</IfModule>