Skip to content

Instantly share code, notes, and snippets.

@nghuuphuoc
Created April 12, 2014 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghuuphuoc/10518179 to your computer and use it in GitHub Desktop.
Save nghuuphuoc/10518179 to your computer and use it in GitHub Desktop.
Change Magento domain name
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';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment