Parsing PHP With HTML Files - Apache Web Servers
Add/Create the following code to .htaccess file:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
For more information read the follwing article:
Learning Journal - Parsing PHP in .html Files
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
For more information read the follwing article:
Learning Journal - Parsing PHP in .html Files
