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.
我正在尝试cakephp在 localhost 上运行一个项目MAMP,该项目运行良好,WAMP它有许多 ajax 调用,其中包括如下路径:
cakephp
MAMP
WAMP
localhost/controllerName/functionName
但如果MAMP
localhost:8888/controllerName/functionName
没有运行
知道怎么做吗?
我mod_rewrite启用了。
mod_rewrite
提前致谢!
我相信您需要做的就是打开 MAMP(而不是 webstart)并将其更改为使用端口 80、443 和 3306 而不是其中一个是 8888 的 MAMPS 端口。它应该在服务器部分和常规选项卡下.
我正在使用 MAMP Pro,所以不能 100% 确定 MAMP 的界面是否相同。
-MAMP的更新
如果您打开首选项,您应该会看到端口选项。然后单击“设置为默认的 Apache 和 MySql 端口”。这应该允许您使用 localhost 而不是 localhost:8888。
希望有帮助。