Changes between Initial Version and Version 1 of Ticket #62920
- Timestamp:
- 02/07/2025 11:24:07 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62920 – Description
initial v1 2 2 WordPress will redirect all query URLs with comma, i.e.: 3 3 4 [https://undsgn.com/?test=foo,bar] 5 6 [https://www.stw.no/?test=cucurbitaceae,apocynaceae] 7 8 [https://www.sentrylocksmiths.com.au/?test=cucurbitaceae,apocynaceae] 4 - `https://undsgn.com/?test=foo,bar` 5 - `https://www.stw.no/?test=cucurbitaceae,apocynaceae` 6 - `https://www.sentrylocksmiths.com.au/?test=cucurbitaceae,apocynaceae` 9 7 10 8 Bug is causing excessive Google crawl requests, as each request of the initial url will be redirected.