Jump to content

cambio dominio


peppe79

Recommended Posts

Dovresti copiare la cartella store sulla cartella home ( / ) del nuovo sito.
Caricare il database nel nuovo sito
E modificare il file settings.inc.php nelle seguenti righe (il file lo trovi nella cartella config)

<?php
define('_DB_SERVER_', 'nuovoSQLServer');
define('_DB_TYPE_', 'MySQL');
define('_DB_NAME_', 'nomeDatabase');
define('_DB_USER_', 'userDatabase');
define('_DB_PASSWD_', 'passwordDatabase');
define('_DB_PREFIX_', 'Tuoprefisso_'); //Questo non lo devi cambiare
define('__PS_BASE_URI__', '/');  
--------


Il resto invariato ....
Ps: Fatti un bel backup prima di farlo. Non si sa mai :)

Link to comment
Share on other sites

Ciao,

xhaxhi_eli ti ha risposto esattamente,

EDIT avevo letto male:
fai solo attenzione a non cambiare le:

define('_COOKIE_KEY_', '#################################');
define('_COOKIE_IV_', '##############');


pena la perdita delle password.

Link to comment
Share on other sites

non sono stato chiaro!
il server che contiene la cartella store è sempre lo stesso...
devo solo cambiare il nome del dominio...
Ma penso di avere capito dove andare ad interagire....
E' necessario modificare il virtual host del server apache...

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