I have a project folder that I've been working on with with WAMP on Windows, but I moved everything over to MAMP on the Mac. I've got the project file uploaded to a webspace and everything works fine, so I know the code is fine. I've imported all the MYSQL data from WAMP.
I can access the .html
files with no problems on the Mac but when I try to run a .php
file I receive the message localhost is currently unable to handle this request.
and the error code 500
.
I've been searching for hours and can't find a fix for this.
Any ideas as to why I am seeing these messages and cant access any .php
files?
Some extra info on the mamp setup:
- Apache port:
8888
- MYSQL port:
8889