Created
April 30, 2015 07:54
-
-
Save rodde177/f524cc46b3c485cbb8e9 to your computer and use it in GitHub Desktop.
Change base url command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use my_database; | |
select * from core_config_data where path like '%base%url%'; | |
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