After a purchase of a subscription, the user is “sent” to a secure “php” application on the project site, and the app adds details to the user database etc, and then that php app does a sc_redir to a non secure web page that has a thanks you message.
However, the resultant URL passed to the web site includes https:\ and not http:\ The string variable that contains the URL details, being passed using sc_redir, explicitly uses http:\ in the URL string.
It therefore brings up a page not found error as the “web site” (not where the project is run) is not a “secure” site.
I am missing something, or is it not working as I thought it should.
Thanks
Tony