i was wondering what steps are needed in order to move Magento from one domain to another. I would like to have a development install located at dev.mysite.com and then the production version would live at mysite.com. This is how I would assume it would be done.
1) export the database via the admin.
2) move all files to the production site
3) do a search an replace on the sql backup for the old domain replacing it with the new.
4) import the sql into a fresh database using phpmyadmin
i was wondering what steps are needed in order to move Magento from one domain to another. I would like to have a development install located at dev.mysite.com and then the production version would live at mysite.com. This is how I would assume it would be done.
1) export the database via the admin.
2) move all files to the production site
3) do a search an replace on the sql backup for the old domain replacing it with the new.
4) import the sql into a fresh database using phpmyadmin
Have you changed only app/etc/local.xml file to change the db settings?