magento - Changed backend to use SSL, and our SSL is not working. I need to change it back but cannot access now -
yesterday, went magento backend. went under system>configuration>web , changed access backend through secure (https) connection. however, our ssl not working, , cannot in there change back. have read answers people saying use phpmyadmin access files change. not able access phpmyadmin. have downloaded , installed on server, when go mysite/phpmyadmin, says url not available on server? can please help?
you need access mysql database using phpmyadmin, mysql workbench or command line, , modify core_config_data table
to view
select * core_config_data path = 'web/secure/base_url'; to update
update core_config_data set value = 'http://www.example.com' value = 'https://www.example.com' or
update core_config_data set value = 'http://www.example.com' path = 'web/secure/base_url' take @ update site url in core_config_data after move new server or change domains
Comments
Post a Comment