MAMP local host not working

女生的网名这么多〃 提交于 2019-12-03 06:04:54

I had the same issue i just changed the port for apache to 90 and connected then to http://localhost:90

127.0.0.1:90

respectively. Fixed it in my case. Hope that helps.


System iMac OS X Yosemite 10.10.1 MAMP 3.0.7.3

Sean Jacobs

I had the same issue on my Macbook Pro 15 inch running OS X 10.8.3.

I could access my wordpress development environment (MAMP 2.1.3) when disconnected from a network but if I connected to my wireless network or the internet via my HTC One XL i could no longer access localhost.

I removed my manually configured DNS settings for my wireless connection and happy days.. I could connect to my development environment using both Localhost and 127.0.0.1.

I had a similar issue, my hack was pretty basic: I rebooted my system and it worked. There is a chance that you have multiple instances of Apache running which is blocking the web application.

Andreia Marques

Just make sure to have the wordpress folder in the right place after you download it! Should be: Macintosh HD> Applications> MAMP> htdocs> wordpress

Christopher Spence

If it helps, I had this same issue and was missing the following from my /etc/hosts file. I had to sudo edit this file, add these values (I added them at the top), save and restart MAMP.

127.0.0.1       localhost
::1             localhost
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!