Skip to content

Instantly share code, notes, and snippets.

@steverobbins
Last active September 1, 2015 18:04
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 steverobbins/bf65883be8aefbd3c558 to your computer and use it in GitHub Desktop.
Save steverobbins/bf65883be8aefbd3c558 to your computer and use it in GitHub Desktop.
update core_config_data set value = 'http://www.sizzix.com/' where path = 'web/unsecure/base_url' and scope = 'default' and scope_id = 0;
update core_config_data set value = 'https://www.sizzix.com/' where path = 'web/secure/base_url' and scope = 'default' and scope_id = 0;
update core_config_data set value = 'http://www.ellison.com/' where path = 'web/unsecure/base_url' and scope = 'websites' and scope_id = 4;
update core_config_data set value = 'https://www.ellison.com/' where path = 'web/secure/base_url' and scope = 'websites' and scope_id = 4;
update core_config_data set value = 'http://www.ellisoneducation.com/' where path = 'web/unsecure/base_url' and scope = 'websites' and scope_id = 5;
update core_config_data set value = 'https://www.ellisoneducation.com/' where path = 'web/secure/base_url' and scope = 'websites' and scope_id = 5;
update core_config_data set value = 'http://www.sizzix.co.uk/' where path = 'web/unsecure/base_url' and scope = 'websites' and scope_id = 3;
update core_config_data set value = 'https://www.sizzix.co.uk/' where path = 'web/secure/base_url' and scope = 'websites' and scope_id = 3;
update core_cache_option set value = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment