Hi there.
On my remote server I'm using the line
AddType application/x-httpd-php .php .htm .html
to parse the php in files with htm/html extensions
How can I replicate this behaviour on my local machine running EasyPHP.
I have tried adding the same line to Apache/conf/httpd.conf and restarting the server, but the files are displayed as html files, without the php code running.
Various googles/php docs/stack/easyphp doc searches have failed to help.