Changes between Version 2 and Version 3 of Ticket #38273, comment 5
- Timestamp:
- 10/27/2018 07:27:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38273, comment 5
v2 v3 1 1 This is still broken! 2 2 3 I had to fi sit on my installation by adding this line to the default `wp-config-sample.php`:3 I had to fix it on my installation by adding this line to the default `wp-config-sample.php`: 4 4 5 5 `if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';`