duanmanpi9358 2015-09-06 04:11
浏览 31
已采纳

Zurmo CRM:通过Lan从远程机器访问Wamp服务器

Application is working perfectly fine on localhost. But I'm trying to access my wamp server through Lan on some other machine, I can successfully see the page but when ever i try to click on any link it replaces the IP address with localhost, due to which can access.

enter image description here

When i click on any link: enter image description here

When i hover on any link: enter image description here

  • 写回答

2条回答 默认 最新

  • dongshilve4392 2015-09-06 05:05
    关注

    I got it working by following step:

    There is a file in app\protected\config with name perInstance.php $instanceConfig['components']['request']['hostInfo'] = 'http://localhost:port';

    change the localhost to your static IP.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部