Web Global Net
Administrator
     
Offline
Posts: 1,656
|
 |
« on: April 08, 2009, 07:05: PM » |
|
Not really certain why this happens as we get various reasons as to what is causing it. It most likely is due to a php installation issue or upgrade on the web server itself. Anyways this appears to solve the issue.
go to includes/common/KT_functions.inc.php, locate the KT_Redir function around line 409 and make the change in red:
function KT_redir($url) { $protocol = "http://"; $server_name = $_SERVER["HTTP_HOST"]; if ($server_name != '') { $protocol = "http://"; if (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == "on")) { //$protocol = "https://"; }
|