Magento redirection problem after moving

后端 未结 13 904
没有蜡笔的小新
没有蜡笔的小新 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:54

    I had the same problem. If you can call your site by adding index.php to the URL (e.g. http://www.yoursite.de/index.php) then it is most likely a cache issue.

    Open the developer console and disable the cache, or just delete the cache in the browser. Then call the URL. This solved it for me!

    0 讨论(0)
提交回复
热议问题