Deploy Magento site from localhost to server
Transfer Magento site from localhost to server
In this post, I am going to do my best to help you transfer your store successfully to the live production server from your PC where no one really sees it except you
- Step 1: Export Your Database From Localhost
- Step 2: Make Your Magento Files in Zip Format
- Step 3: Upload Your Magento Files From Localhost to Your Web Server
- Step 4: Import Database
- Step 5: Upload Your Magento Files
- Step 6: Change local.xml File for Access Magento System to Your New Database (app/etc/local.xml)
host_name]] user_name]] database_password]] database_name]]
Go to your Magento database and search Table Core_Config_Data and replace your localhost URL to your Domain name in “web/unsecure/base_url” , “web/secure/base_url”.