Anyone getting frustrated with ForceType on Apache 2 will have to use SetHandler to make it work.

Apache 1.x htaccess

ForceType application/x-httpd-php

Apache 2.x htaccess

SetHandler application/x-httpd-php

Cheers
Alexander