Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #38273, comment 5


Ignore:
Timestamp:
10/27/2018 07:27:12 PM (7 years ago)
Author:
rubo77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38273, comment 5

    v1 v2  
    33I had to fis it on my installation by adding this line to the default `wp-config-sample.php`:
    44
    5 if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
     5`if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';`
    66
    77I made sure that I put it before the following line:
    88
    9 require_once(ABSPATH . 'wp-settings.php');
     9`require_once(ABSPATH . 'wp-settings.php');`