Changes between Version 1 and Version 2 of Ticket #34353, comment 10
- Timestamp:
- 03/01/2018 12:03:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34353, comment 10
v1 v2 3 3 In my case, problem is that several times daily, redirect_canonical() is called with $_SERVER[`HOST`] empty and $_SERVER [`URI`] = '/'. 4 4 5 As a result $original[ 'host'] is never set and the code will eventually fail starting at lines 461 - 463:5 As a result $original[`host`] is never set and the code will eventually fail starting at lines 461 - 463: 6 6 {{{#!php 7 7 <?php