Disable the Opera Turbo feature
MAMP is not working, gives
Connection refused: localhost:8888
It was working the night before, nothing has been changed in terms of settings.. Going to 127.0.0.1:8888 worked, but didn’t load any resources (jpegs, css etc.).
1ping localhost
1sudo dscacheutil -flushcache
This gave a Connection refused; localhost:8888
on localhost
but 127.0.0.1
works and shows me the start page. If i click ‘My Website’ from the start page, redirects to localhost and gives the error.
/Applications/MAMP/logs
[Mon Oct 02 22:32:11 2017] [error] [client 127.0.0.1] client denied by server configuration: /Applications/MAMP/htdocs/.DS_Store
So i deleted all .DS_Strore
files in the /Applications/MAMP/
folder.
1find . -name '.DS_Store' -exec rm -rf {} \;
Didn’t help.