How do I transfer a local Magento install onto my live server?

后端 未结 10 1934
别跟我提以往
别跟我提以往 2020-12-07 14:58

Uploading a Magento install

I have spent a long time building a store with Magento on my local development PC.

10条回答
  •  旧巷少年郎
    2020-12-07 15:33

    1. You have to set the permissions to 755 to index.php and all folders.
    2. Export magento database from localhost and import it in server MySQL.
    3. Go to app/etc/local.xml . Change all attributes i.e. localhost, username, database name and password.
    4. Open the file app/etc/local.xml.template . Change the respective attributes.

    That's it. Hope it works for all. :)

提交回复
热议问题