nystudio107 / craft-retour

Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website
https://nystudio107.com/plugins/retour
Other
38 stars 26 forks source link

Redirect appending query param after update #285

Closed joshparylak closed 1 year ago

joshparylak commented 1 year ago

I just updated a site to craft 4 and update the plugin accordingly. After the update, some of my redirects are behaving oddly. They are redirecting to the new correct url, but appending ?p={originalURL} to the end of the url, making the new redirect url not work. seems to only happen when the original url was a single segment.

Versions

khalwat commented 1 year ago

This is not something Retour is doing, it is most likely being done by your server config, which is adding that as a parameter.