01-21-2016, 09:42 PM
Hi, I just took a project from my internal system to a simple EC2 host.
The resulting site is 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} https://
logout.php redirected to http:// not https://
<pre></pre>
The resulting site is 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} https://
logout.php redirected to http:// not https://
<pre>
Code:
Changed: //header("Location: ".$add_http.$websiteUrl);
to: header("Location: login.php");