peppe79 Posted October 23, 2009 Share Posted October 23, 2009 Salve!avrei la necessita di cambiare dominio del mio store e non vorrei causare danni.Quali sono i passi da compiere?Esempio:Io tutt'ora ho un dominio con tale URL:http://store.esempio.it/storedovrei attenere invece:www.esempio1.comQualcuno mi sa aiutare? :-S Link to comment Share on other sites More sharing options...
xhaxhi_eli Posted October 23, 2009 Share Posted October 23, 2009 Dovresti copiare la cartella store sulla cartella home ( / ) del nuovo sito.Caricare il database nel nuovo sitoE 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 More sharing options...
disarci Posted October 23, 2009 Share Posted October 23, 2009 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 More sharing options...
peppe79 Posted October 23, 2009 Author Share Posted October 23, 2009 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 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