Changes between Initial Version and Version 1 of Ticket #50065
- Timestamp:
- 05/03/2020 10:05:07 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50065
-
Property
Component
changed from
General
toCanonical
-
Property
Component
changed from
-
Ticket #50065 – Description
initial v1 3 3 request host header from load balancer is : https://testwp.mydomain.com:443 4 4 this causes redirect loop. Debugged issue to wp-includes/canonical.php 5 Fixed by adding $_SERVER['HTTP_HOST']= 'testwp.mydomain.com'in wp-config5 Fixed by adding `$_SERVER['HTTP_HOST']= 'testwp.mydomain.com'` in wp-config 6 6 7 7