0
I'm trying to setup Xampp on a Mac (OSX 10.10.2), its setup and normal PHP runs, however when I try and run a Wordpress site the PHP code doesn't execute, it just prints out in the browser and I keep getting this error in my Apache error logs:
[Wed Apr 01 19:01:27.833570 2015] [mime:warn] [pid 43890] AH01599: Cannot get media type from 'x-httpd-php53'
I've tried adding these lines suggested by others to both my .htaccess files and both httpd.conf files:
AddType x-httpd-php53 .php
AddHandler application/x-httpd-php53 .php
This hasn't changed anything though, any suggestions?
Thanks