Created
November 28, 2017 12:40
-
-
Save 6ui11em/fa877d3d85550718fa980c3450336ec5 to your computer and use it in GitHub Desktop.
Magento2 disable secure https #magento2 #mysql
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
update core_config_data set value = 0 where path = 'web/secure/use_in_frontend'; | |
update core_config_data set value = 0 where path = 'web/secure/use_in_adminhtml'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment