Tine Chem Posted September 23, 2009 Share Posted September 23, 2009 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 More sharing options...
spott Posted September 23, 2009 Share Posted September 23, 2009 You need to make small modifications at settings.inc.php file Link to comment Share on other sites More sharing options...
Tine Chem Posted September 23, 2009 Author Share Posted September 23, 2009 What kind of modification?This is my settings file (without passwords :))<?phpdefine('__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 More sharing options...
amoon Posted September 23, 2009 Share Posted September 23, 2009 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 More sharing options...
jean92 Posted September 23, 2009 Share Posted September 23, 2009 if the parameters are same, it's not necessary change the config the setting.php Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now