Jump to content

Transfering prestashop to another domain


Recommended Posts

Hi I need some advice about prestashop instalation.

My problem is that i need to transfer my online shop from doman1 to domain 2.

Question is:

Is it possible to just copy prestashop from domain 1 to domain 2 (CHMOD all required files to 777) and that's it? Or do I have to do another instalation. I would use the same databse on same server.

Please advise?

thanks, Tinechem

Link to comment
Share on other sites

What kind of modification?

This is my settings file (without passwords :))

<?php

define('__PS_BASE_URI__', '/');
define('_THEME_NAME_', 'prestashop');
define('_DB_NAME_', 'obtincom_name');
define('_DB_SERVER_', 'localhost');
define('_DB_USER_', 'obtincom_user');
define('_DB_PREFIX_', 'obtincom_');
define('_DB_PASSWD_', 'password');
define('_DB_TYPE_', 'MySQL');
define('_COOKIE_KEY_', 'dRjOcTzjCMriW2p65J3ROdYThqNcUCrierfzWepcpJYZU8PZPuGo10PV');
define('_COOKIE_IV_', '7nITJHC6');
define('_PS_VERSION_', '1.2.1.0');

?>

Link to comment
Share on other sites

Hi I need some advice about prestashop instalation.

My problem is that i need to transfer my online shop from doman1 to domain 2.

Question is:

Is it possible to just copy prestashop from domain 1 to domain 2 (CHMOD all required files to 777) and that's it? Or do I have to do another instalation. I would use the same databse on same server.

Please advise?

thanks, Tinechem


Good question. I'd love to know the steps for this.
Link to comment
Share on other sites

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...