• 0

How to fix the - it works - message that shows up on localhost on your mac

Turns out, this error is due to the fact that apache is running in the background. To shutdown the apache server, run the following command

sudo apachectl stop