Magento update base url after transfer


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. update core_config_data set value="http://sitename/" where path='web/secure/base_url';
  2. update core_config_data set value="http://sitename/" where path='web/unsecure/base_url';

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.