Run php from html files on Dreamhost
Posted by Kelvin on 10 Oct 2010 at 01:42 am | Tagged as: PHP, programming
Modify .htaccess to include this:
Correct
AddType php-cgi .html .htm
WRONG
AddType application/x-httpd-php .php .htm .html
or
AddHandler application/x-httpd-php .html