Report this

What is the reason for this report?

Need programmer to help me Transfer my web from Host monster (server shared) to Digital ocean

Posted on April 17, 2018

Hi, I need programmer to help me Transfer my web from Host monster (as server shared) to Digital ocean, i am use magento 1.9



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi! This is a community support forum and we generally don’t allow job listings or service related advertisements.

The process for migrating Magento will involve:

  • Set up the LAMP stack on a new server.
  • Use PHPMyAdmin or mysqldump to export your database to a .sql file.
  • Using the command line client, create your database with the same name on your new server.
  • Import your data from the SQL file
  • Copy your web files from your old hosting account (the contents of public_html) to /var/www/html on your new server
  • Modify Apache to support rewrites by changing AllowOverride None to AllowOverride None in your site’s configuration in /etc/apache2/sites-enabled/
  • Restart apache with service apache2 restart

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.