Variable Visions

Process PHP on an HTML page

Published Mon. Dec. 17, 2012

Add these lines of code to your .htaccess file if you wish to add php to .html or .htm files:

AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html

Keywords:PHP, AddType