Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从 MAMP PRO v2 升级到 v3。现在 MAMP PRO 找不到 WebStart。我的浏览器会去,http://localhost/MAMP/?language=English但在那里找不到页面?
http://localhost/MAMP/?language=English
我需要解决什么问题?
默认情况下,MAMP 在端口 8888 上运行,因此您需要转到
http://localhost:8888/MAMP/?language=English
您可能已经找到了解决方案。无论如何, 要检查两件事: MAMP MAMP PRO -> 设置 -> Webstart
Apache httpd.conf ServerRoot "/Applications/MAMP/Library" DocumentRoot "MAMP_DocumentRoot_MAMP"