add the lines for PHP setting in the .htaccess file.
Is there a particular place where I can add
#php 7.2
AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
OR
#php 7.3
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
to the .htaccess Maker. Will I need to remove any copies of php.ini?
Thank you