【发布时间】:2016-10-08 22:16:56
【问题描述】:
我已将我的 cs 购物车复制到我的本地计算机并进行设置和配置。
Cs 购物车打开并运行 - 一切正常。 管理面板正常工作,面板管理页面之间的所有流程都很好。
但我无法在店面页面之间移动。 我收到了 404
点击链接 url 后的样子: http://localhost:8888/sitename.pl/index.php?dispatch=%2Fsitename.pl%2F类别%2F
而不是在线版本,例如: https://sitename.pl/category/
但是当我尝试手动输入:“localhost:8888/sitename.pl/category/” 我也收到了 404。
这是我的配置文件的一部分,如下所示:
// Host and directory where software is installed on no-secure server
$config['http_host'] = 'localhost:8888';
$config['http_path'] = '/sitename.pl';
// Host and directory where software is installed on secure server
$config['http_host'] = 'localhost:8888';
$config['http_path'] = '/sitename.pl';
我的 cs 购物车在我的 htdocs 内的文件夹“sitename.pl”中
我在 Os X 上使用 MAMP
【问题讨论】:
标签: php apache mamp cs-cart localserver