Hi, I'm using this:
AddHandler application/x-httpd-php .php5 .php4 .php .php3 .php2 .phtml
AddType application/x-httpd-php .php5 .php4 .php .php3 .php2 .phtml
...within a .htaccess file but my .phtml files are not running as php, they're just showing the code!
Have I missed something?