如何更改Magento中的base_url,因为在我更改了magento管理员设置中的网站后我的网站不见了…现在我在该URL上收到404错误,管理员和前端无法打开…
在mysql中执行以下查询(通过phpmyadmin或命令行)以查看当前值是什么:
select * from core_config_data where path like '%base%url%';
然后相应地更新
update core_config_data set value = 'http://myhostname/js/' where path = 'web/unsecure/base_js_url';