私は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からではなく、
これをどこで変更する必要がありますか?