Q - I enabled force SSL in global configuration and now I am unable to access the site or administrator. The url turns to https
Ans. Solution lies in configuration.php.
Find :
public $force_ssl = '2';
change it to.... zero...
public $force_ssl = '0';
Ans. Solution lies in configuration.php.
Find :
public $force_ssl = '2';
change it to.... zero...
public $force_ssl = '0';
No comments:
Post a Comment