29 November, 2024
0 Comments
1 category
lib/pkp/classes/core/PKPRequest.inc.php to change this line:
$_this->_protocol = (!isset($_SERVER['HTTPS']) || strtolower_codesafe($_SERVER['HTTPS']) != 'on') ? 'http' : 'https';
to this:$_this->_protocol = (!isset($_SERVER['HTTPS']) || strtolower_codesafe($_SERVER['HTTPS']) != 'on') ? 'https' : 'https';
My site work fine with https.
Category: Networking