I've moved my Magento to another server with another domain name, now it keeps linking me back to the old domain. All files and the entire database has been searched&replaced to ensure references are gone. Cache got removed. I suspect it still tries to use the old database so i modified the local.xml file containing the DB info but that doesn't change anything. Since there is no cache does anyone have any idea what goas wrong?
|
feedback
|
|
This is probably due to the old base url stored in the database table You can update with the following update queries
to update secure base url
| |||||||||
feedback
|
|
Apparently Magento used the 'temp' directory in the server-root for caching aswell. cleaning this would solve the issue. This is ofcourse also taken care of when rebooting the server. | |||
|
feedback
|
|
In my case it was even more strange, on my development instance I had no "temp" folder, the cache was stored somewhere outside of site vhost, or in dB, but not in core_config_data. Only flush cache in Magento BE could help, so better to do it before dB dump. Best regards. | |||
|
feedback
|
cookie_domainincore_config_dataas well? – Jürgen Thelen Jul 29 '11 at 17:22