rankmath / seo-by-rank-math

Rank Math is a revolutionary WordPress SEO Plugin that combines the features of many SEO tools and lets you multiply your traffic in the easiest way possible :bulb: :chart_with_upwards_trend: →
https://rankmath.com
107 stars 52 forks source link

fix for query strings attached incorrectly #107

Open JakobG-dev opened 2 years ago

JakobG-dev commented 2 years ago

If the redirect_to URL already contains query string parameters, the query string forwarded from the source URL gets attached incorrectly like this: www.targeturl.com/?redirect_to=string?source=string It should be: www.targeturl.com/?redirect_to=string&source=string

This pull request fixes this problem.