Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62920


Ignore:
Timestamp:
02/07/2025 11:24:07 PM (12 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62920 – Description

    initial v1  
    22WordPress will redirect all query URLs with comma, i.e.:
    33
    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`
    97
    108Bug is causing excessive Google crawl requests, as each request of the initial url will be redirected.