Magento redirection problem after moving

后端 未结 13 915
没有蜡笔的小新
没有蜡笔的小新 2020-12-05 11:02

I\'ve moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&re

13条回答
  •  天命终不由人
    2020-12-05 11:34

    I just had this problem, after trying everything listed above and on several other SO answers i discovered there is more than one base_url definition in the core_config_data table

    if you run

    select * from core_config_data where path like '%base_url%'
    

    You should see all of the definitions the scope was different on this definition and was overriding the default which i had already changed.

提交回复
热议问题