I’m running a Ubuntu Server with Apache. PHP and HTML both run correctly using their respective file extensions. When I try to add PHP code into an HTML file it renders the PHP but not the HTML when I use the following in httpd.conf
AddHandler application/x-httpd-php .html
Any suggestions?
Was in the PHP code and throwing everything off!