Copying a Magento site

萝らか妹 提交于 2019-12-06 06:04:58

it should be a case of copying the files/database, updating a couple of config items, and bob's your unkle

Yep, that's basically it.

You'll have to change the domain name in the database table core_config_data, adjust database connection parameters in app/etc/local.xml, delete the contents of var/cache, and you're ready to roll: Log into the backend and change what you want.

Why would you?

Magento is designed to use for multiple stores, each with his own configuration. Just create a new store view for the US webshop and customize specific configuration in the backend.

If you make a copy you will need to maintain two repositories which makes maintenance hard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!