• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Redirect http to https

Redirect http to https 11 years 11 months ago #17550

  • nvbond8
  • nvbond8's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

I'm using Joomla 2.5, with RSForm Pro.

I want the Form to have SSL encryption, but cannot get it to work.
Firefox only provides partial encryption (along with pink bar)
, Explorer and Chrome have warning messages.

I've tried the code below (placed manage forms - php script area), but that does not work either.
Is there some code I have to change somewhere?

if($_SERVER != '443')
{
header('Location: https://'.$_SERVER.$_SERVER); exit();
}

Please advise

Neil
Last Edit: 11 years 11 months ago by nvbond8.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!