CS CART - 错误的css路径

时间:2014-10-03 09:02:48

标签: php css .htaccess cs-cart

我是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 /子文件夹加载,

我需要改变这个吗?

2 个答案:

答案 0 :(得分:0)

请检查config.local.php

主要有以下几行:

// Host and directory where software is installed on no-secure server
$config['http_host'] = '';
$config['http_path'] = '';

答案 1 :(得分:0)

请确保店面前端网址也正确无误。可以检查:

  1. 在数据库的cscart_companies表中(店面和secure_storefront列)
  2. 关于管理 - >存储页面(店面URL和安全店面URL字段)
  3. 最后,不要忘记清除缓存。您可以通过添加"?cc& ctpl"到管理面板中的URL。 E.g。

    http://your_domain.com/your_admin.php?cc&ctpl