My problem was my server host using PHP 5 but the files in WP being called .php rather than .php5. The workaround was the add the following line
“AddType x-mapp-php5 .php”
to the top of the .htaccess file in wp-admin created & mentioned elsewhere … give it a try!