Changes between Initial Version and Version 1 of Ticket #40013, comment 3
- Timestamp:
- 05/07/2020 08:52:49 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40013, comment 3
initial v1 10 10 If `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. 11 11 12 Replying 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 12 17 This appears to be a duplicate of #15733, #31288, #38273, and some other tickets. 13 18