Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40013, comment 3


Ignore:
Timestamp:
05/07/2020 08:52:49 PM (3 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40013, comment 3

    initial v1  
    1010If `redirect_canonical( $redirect_url, false )` returns a string, and we're proceeding with the redirect as the ticket suggests, that means we're creating an infinite loop.
    1111
     12Replying to [ticket:40013 dSero]:
     13> We implemented WP on a dedicated server, where /blog serves as a subfolder behind an AWS application ELB that directs all /blog traffic to this server. The ELB also offloads the SSL.
     14>
     15> When configuring the WP, we faced an inifinte loop (301 redirect) on the /blog/ path, while intenral paths works great (/blog/trial for exmample).
     16
    1217This appears to be a duplicate of #15733, #31288, #38273, and some other tickets.
    1318