Hello I need to make sure I'm doing this correctly so not causing any other problems accidentally. Had two recommendations for having other kinds of page extensions be able to read php code and don't know which one is the most recommended way with fewer problems, or if there is a better recommended way. Both these were recommended to add one of them to .htaccess and upload it to the root of server account.
AddType application/x-httpd-php .html .asp
or
AddHandler x-httpd-php .html .asp
What is the best way to have other page extensions read PHP code on their page or maybe there is another better recommended way. Please let me know what you think is best way to do this with fewer problems, thank you very much for your help.