Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38273, comment 5

    v2 v3  
    11This is still broken!
    22
    3 I had to fis it on my installation by adding this line to the default `wp-config-sample.php`:
     3I had to fix it on my installation by adding this line to the default `wp-config-sample.php`:
    44
    55`if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';`