Wednesday, August 17, 2016

MAGENTO: Updating Base URLs

update core_config_data set value = 'http://domainname/'
where path = 'web/unsecure/base_url';

update core_config_data set value = 'http://domainname/'
where path = 'web/secure/base_url';

No comments:

Post a Comment