Chuck Wolber wrote:
On Tue, 5 Oct 2004, Merlin wrote:
I am experiencing a strange behaviour with $_SERVER vars.
Somehow the var: $_SERVER[SERVER_PORT] seems to be 443 even if
it is 80. I had following statement inside my app:
if ($_SERVER[SERVER_PORT] == '443' AND !$SSL){
header("Location
On Tue, 5 Oct 2004, Merlin wrote:
> I am experiencing a strange behaviour with $_SERVER vars.
> Somehow the var: $_SERVER[SERVER_PORT] seems to be 443 even if
> it is 80. I had following statement inside my app:
>
> if ($_SERVER[SERVER_PORT] == '443' AND !$SSL){
> header("Location:http://"
Hi there,
I am experiencing a strange behaviour with $_SERVER vars.
Somehow the var: $_SERVER[SERVER_PORT] seems to be 443 even if
it is 80. I had following statement inside my app:
if ($_SERVER[SERVER_PORT] == '443' AND !$SSL){
header("Location:http://".$_SERVER[HTTP_HOST].$_SERVER[REQUES
3 matches
Mail list logo