HTTPS problem
-
Hi. I see there is already a post on this (here) , but the solution doesn’t work. Basically after the person signs up on the RSVP form, it takes me to an HTTPS page (which I don’t have on the server).
I am guessing the problem is in this line of code…
if(isset($_SERVER[‘HTTPS’]) && (trim($_SERVER[‘HTTPS’]) != “”) && (strtolower(trim($_SERVER[‘HTTPS’])) != “off”)) {
return “https”;
}
return “http”;
}
But the solution given doesn’t actually change that line of code. Can anyone help me to fix it so that it doesn’t try to go to an HTTPS page.
Here is my site to show the problem:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘HTTPS problem’ is closed to new replies.