0

私はcsカートが初めてです。次の手順を実行しました

1.downloaded a cs-cart-V3 website to my localhost.
2.Change database setting,and import database.
3.$config['http_host'] = 'localhost'; added in **config.local.php** file.
4.Removed .htaccess file from root folder.

私の問題は

サイトは読み込まれましたが、css のパスが間違っています。localhost から読み込もうとしています localhost /subfolderからではなく、

これをどこで変更する必要がありますか?

4

2 に答える 2

0

config.local.php を確認してください

主に次の行:

// Host and directory where software is installed on no-secure server
$config['http_host'] = '';
$config['http_path'] = '';
于 2015-06-22T10:23:38.700 に答える