Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

https:// Need to Work

Quote Reply
https:// Need to Work
I get Page cannot be displayed.
Need to get https:// to work, This is all I have found.

Starts at Line 119 0f 132 lines:==== of "jump.cgi"
****************************************************
# Now let's send the user to the url..
($goto =~ m,^http://,) or ($goto = "http://$goto");
$goto ? print $in->redirect ($goto) : return &error ("Record not found: $id");
}
*****************************************************

I have searched through the boards and can't find a solution.

Alot of the sites we get submitted are https://

http://www.sfahq.com
Phil

Quote Reply
Re: https:// Need to Work In reply to
Change:

($goto =~ m,^http://,)

to:

($goto =~ m,^(https?|news|mailto),)

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: https:// Need to Work In reply to
Thank You

That was it!!!!!! It Works great!!!!!

http://www.sfahq.com
Phil the FOG