Als je Magento hebt verplaatst naar een andere map of server en je kan niet meer inloggen via de Backend om de config aan te passen, dan kan je met onderstaande stappen de config aanpassen om de site weer werkend te maken.

1. Open phpMyAdmin, je vind dit gewoonlijk in de beheerconsole van je website (Plesk).

2. From the sidebar on the left, click on the name of the database that Magento is using.

3. Click on the SQL tab, and in the text area, run the following command:

SELECT * FROM `core_config_data` WHERE `path` LIKE '%base_url%';

4. Click the Check All link and then click on the pencil icon.

5. Update the value fields with the correct URL for your site.

6. Click on the Go button at the very bottom to save your changes.


You should probably delete your cache data as well, so delete the following directories via FTP or SSH:

var/cache/
var/session/


To do this via SSH, run the following command:

rm -rf var/cache/ var/session/