Redirect Https To Http

Hi,

Before Im using https, but now I get problem with my ssl certificated & need time to solved this issue. So I want to back using http for temporary. How to setting? Im using CS Cart 4.3.9

Hi,

Before Im using https, but now I get problem with my ssl certificated & need time to solved this issue. So I want to back using http for temporary. How to setting? Im using CS Cart 4.3.9

config.local.php and the company settings in your CS Cart admin would suffice to change it from https:// to http:// and turn off any options related to using SSL (Web server side etc).

in admin panel "Settings -> Security Settings" allow disallow what ever want

If you cannot log in the backed, run the following query in the phpMyAdmin

UPDATE cscart_settings_objects SET secure_admin = 'N';