Changes between Version 1 and Version 2 of Ticket #38273, comment 5
- Timestamp:
- 10/27/2018 07:27:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38273, comment 5
v1 v2 3 3 I had to fis it on my installation by adding this line to the default `wp-config-sample.php`: 4 4 5 if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on'; 5 `if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';` 6 6 7 7 I made sure that I put it before the following line: 8 8 9 require_once(ABSPATH . 'wp-settings.php'); 9 `require_once(ABSPATH . 'wp-settings.php');`