Question

  1. We have store Store A installed in public_html/magento2 (available under live.storeAAA.com)
  2. We duplicated public_html/magento2 -> public_html/magento_copy
  3. So we ended up with 2 folders with exactly the same contents:

public_html/magento2
public_html/magento_copy

  1. Both installations use different DB (also clonned)
  2. I set the web server so that url copy.storeAAA.com points to newly cloned folder (public_html/magento_copy).
  3. Then, I changed in cloned DB (the one for public_html/magento_copy) all instances of live.storeAAA.com to copy.storeAAA.com.

Now, if I access copy.storeAAA.com it still redirects me to live.storeAAA.com.

Please let me know what I'm missing? Is there any other place (apart from the DB) where I have to change the base URL?

Was it helpful?

Solution

Sorted! For those who might face similar problem: clean cache of newly cloned web site before viewing it.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top