cPanel-generated handler
# php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php72” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php72 .php .php7 .phtml # php -- END cPanel-generated handler, do not edit
<IfModule mime_module> AddHandler application/x-httpd-ea-php56___lsphp .php .php5 .phtml </IfModule>
<IfModule mime_module>
AddType application/x-httpd-ea-php56___lsphp .php .php7 .phtml .htm .html
</IfModule>
<FilesMatch “\.(php4|php5|php3|php2|php|phtml)$”>
SetHandler application/x-lsphp56
</FilesMatch>
<IfModule mod_rewrite.c>
AddHandler application/x-httpd-php56 .php
</IfModule>
AddHandler application/x-httpd-php56 .php .php5 .php4 .php3
<FilesMatch ".(?:html|php)$"> SetHandler application/x-lsphp56 </FilesMatch>