I have faced a problem changing {{base url}} through the magento admin portal and I can’t change it back. I can’t connect to admin area either.
I found a solution and it can be change in DB.
UPDATE core_config_data
SET value = 'correct URL here'
WHERE config_id = 7
SET value = 'correct URL here'
WHERE config_id = 7
0 comments:
Post a Comment