I need to change my store on the Magento domain platform, how should I proceed?
I need to change my store on the Magento domain platform, how should I proceed?
1) First, reconfigure the application connection with the database. This was done by changing the values of the local.xml file that is in: app / etc / local.xml;
2) Then, as the installation points to the URL other than my " link ", you need to go to the database and change the 2 records from the CORE_CONFIG_DATA table for the new location, in my case, for sualoja.teste.br ... just view the table which is very obvious which records should be changed (if one does not find, the values of the "path" field of the table are respectively web / unsecure / base_url and web / secure / base_url);
3) Lastly, magento retrieves the values from the old cache ... then go to the var / cache folder and delete the internal directories.