在 localhost 中迁移后,我的新 magento 出现问题,我的图像 n 前端中的几个链接未显示,当我尝试将链接位置从旧 n 新 magento 复制到时,n 结果不同。我旧的不同复制链接是:
http://www.test.com/customer/account/login/
n 我的新复制链接是:
http://www.test2.com/%3C?=$this-%3EgetUrl(
但是当我试图在 中查看脚本时header.phtml
,脚本是相同的。这里的脚本..
…… $this->getUrl('customer/account/login')?>' title='Login'>Login<
_