Search code examples
phpmagentomagento2

Magento shows old website after migration


I have migrated a Magento website to a live server, but it shows the old website on my PC and when I open in my mobile phone, it shows new website. How can I solve this problem?


Solution

  • Some actions to try:

    • Clear your browser cache.
    • Try clearing the cookies.
    • Try in Incognito mode if your browser have it.
    • Try with a different browser.
    • Try in a different network (the DNS could still be propagating the required info).
    • Try requesting an URL with some additional query string parameter, to avoid caching by URL. For example, if your site is in http://example.com/, try visiting http://example.com/?testing=1
    • Make sure you had not pointed your domain to your local IP in your development computer.