I am not sure what I did to cause this problem, but recently, all of my DesktopServer server sites, including localhost began displaying the message: “It works!”
I contacted the lovely folks at DesktopServer and got this quick fix (for Macs):
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apachectl -k stop | |
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist |
This solved the problem and I’m back up and running. Since I couldn’t find the solution online before I contacted support, I thought I would share 🙂