Jump to content

Moving PrestaShop from localhost to live server


Recommended Posts

There are already some good posts on the forum. Search for them.

But basically you need to transfer all your files and folder to the server.
Then change the /config/settings.php file to edit the correct path. Also check your mySQL settings and password

Link to comment
Share on other sites

Thanks.

I have moved all files/folder to the server, exported/imported the database and attempted to edit the config file, but it's still not working! It was originally in the directory "localhost/iam" and I'm now trying to move it to "domain/iambou" but I can't seem to get it going.

My config file looks a little like this;

<?php

define('__PS_BASE_URI__', '/iambou/');
define('_THEME_NAME_', 'iam');
define('_DB_NAME_', 'dbname');
define('_DB_SERVER_', '64.187.100.204');
define('_DB_USER_', 'dbuser');
define('_DB_PREFIX_', 'ps_');
define('_DB_PASSWD_', 'password');
define('_DB_TYPE_', 'MySQL');
define('_COOKIE_KEY_', 'fYBMjIQnGeeSXV8r32dW1yhDnbIDfCSaLrZwgRnyQ9bV9rGnRUhROY67');
define('_COOKIE_IV_', 'XeEK7VG6');
define('_PS_VERSION_', '1.3.2.3');

?>

I have obviously replaced dbname, dbuser and password with the correct values. Have you I missed something?

Link to comment
Share on other sites

×
×
  • Create New...