Jump to content

Porting from one site to another. Changing domain names...


Recommended Posts

I want to change my domain name to something different. I also don't want to loose the 500 products I have on my old site. Is there a module that I can buy to backup my old site and install all my products on a different domain name?

Thanks

Link to comment
Share on other sites

IMPORTANT : Make sure you have a backup copy of your original shop incase you make mistake while tranferring. Its good to keep at least two backup copy ...One you operate on while the other to keep in case!!


If just change domain name,
(1) you can use any ftp program to download your existing site to your local computer.
(2) As for the database, you can either export thru MSQL or you can us the backup command in your existing prestashop to backup the latest copy and download to your local computer
(3)Upload your prestashop to the new domain htdocs folder.
(4)Create the database in your new domain and then import your original shop database
(5)In the config/settings.inc.php Edit this file and change the info to reflect your new domain and database

define('__PS_BASE_URI__', '/'); Note: If your site is not residing in the root directory, you have to specify it within '/'
define('_DB_NAME_', 'your_database');

After your site has been transferred and working, you can then update any other info to reflect your new site.

:)

Link to comment
Share on other sites

Hello,
when i copied all the content of the prestashop folder to another domain, and trying to open my shop then, there is a 500 error, no site, no shop.
What am i doing wrong. I have two diferent domains in one host.
Thank you

Link to comment
Share on other sites

  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...