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

后端 未结 10 1961
别跟我提以往
别跟我提以往 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:31

    Best way would be to make a fresh install.

    Change the URL of the site to the live one before exporting the database. Import your database into the live server. Download and unzip the Magento files. Edit the etc/local.xml file to set the database details.

    Once you visit the URL, Magento will do all the required Database fixes and upgrades.

    Copy the template into the folders.

    Reinstall all modules (if you've used any).

    You can move the site by other ways too... Check the following links.

    Ref:

    • http://www.magentocommerce.com/wiki/groups/227/moving_magento_to_another_server
    • http://www.magentocommerce.com/wiki/how_to/moving_magento_to_another_server
    • http://www.magentocommerce.com/boards/viewthread/27272/
    • http://activecodeline.com/moving-magento-site-from-development-to-live-server
    • http://abhinavzone.com/moving-magento-site-from-development-server-to-live-server/

提交回复
热议问题