我已将我的 cs 购物车复制到我的本地计算机并进行设置,并配置它应该如何。
Cs 购物车打开并运行 - 一切看起来都很好。管理面板正在工作,面板管理页面之间的所有流程都很好。
但我无法在店面页面之间移动。我收到了 404
点击链接 url 后看起来像: http://localhost:8888/sitename.pl/index.php?dispatch=%2F sitename.pl %2F category %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