cs カートをローカル コンピューターにコピーしてセットアップし、その方法を構成しました。
Cs カートが開き、実行されます。すべて問題ないようです。管理パネルは機能しており、パネル管理のページ間のすべての流れは問題ありません。
しかし、ストアフロントのページ間を移動できません。そして、私は404を受け取っています
リンク URL をクリックすると、次のようになります: http://localhost:8888/sitename.pl/index.php?dispatch=%2F sitename.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を使用しています