SSL Documentation needs updating?

Hi. Just checking my SSL configuration, I see this:

 

https://www.boonex.com/trac/dolphin/wiki/GenFAQ#HowcanIenableSSLsupportinDolphin

 

which defines:

 

1) Find the line starting with something like:

$site['url']               = "http://mysite.com/";

and replace http with https:

$site['url']               = "https://mysite.com/";

2) Find the line which looks exactly this way:

header( "Location:http://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" );

and replace it with

header( "Location:https://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" );

 

The problem is, the header.inc.php in 7.2.1 doesn't have point 2.


It has instead:

 

    header( "Location:{$aUrl['scheme']}://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" );

Quote · 5 Jan 2016

Dear 

Quote · 22 Aug 2016

The second part is only for older versions of Dolphin. Newer versions don't require specifying the http/https in the Location redirect. So all you need to do is to update the URL line in header.inc.php and clear Dolphin's cache.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 Aug 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.