Changes between Initial Version and Version 1 of Ticket #58803, comment 1
- Timestamp:
- 08/30/2023 05:44:26 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58803, comment 1
initial v1 4 4 5 5 It help prevent the infinite loop by ensuring that the same result of redirect_canonical() is consistently used within the if block. This approach might mitigate the recursive redirection issue and the resulting infinite loop. 6 Steps: You can manually check on browser developer tools to inspect network requests and redirects or use this tool Link:[https://redirectchecker.com/ redirect checker] This can help you identify the loop and detail redirection chain and its http status code.6 Steps: You can manually check on browser developer tools to inspect network requests and redirects or use this tool Link:[https://redirectchecker.com/ redirect checker] This can help you with Canonical URLs and identify the loop and detail redirection chain and its http status code.