Here is my .htaccess file:
AddType text/html .shtml .html .htm
AddType application/x-httpd-php .php .htm
AddHandler server-parsed .shtml .html .htm
Options Indexes FollowSymLinks Includes
The php line isnt working. When I upload a .htm file with php code in it, the php doesn't get parsed when the page is served.
Do I need an AddHandler line for php or something?