Magento redirection problem after moving

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

    I figured out that perform the move operation using interfaces:

    1. Under admin > configuration > general tab > web, update base url and secure base url.

    2. Move your folder.

    3. Under command line tell magento to clear cache.

    php bin/magento cache:clean

提交回复
热议问题