Last night I set up a PHP server on my Mac and installed Perch CMS. I used this command in terminal to do so: php -S 127.0.0.1:8080 and Terminal responded with "listening on http://127.0.0.1:8080" and stated the correct document root.
It was working great for hours.
Turned off the server, went to sleep. This morning I turned it back on and...nothing works. When I try to load 127.0.0.1:8080/industry-template/index.php, nothing loads and the browser eventually times out.
I have tried restarting the server, restarting the browser, restarting my computer, changing the document root, restarting MySQL, loading different pages, loading html pages....
Any help is appreciated.