• Resolved Garynych

    (@garynych90)


    I migrate old site to WordPress and I need redirect old pages to new urls. For example, from mysite.com/news.php?id=123 to mysite.com/?p=321.

    After added all redirect’s parametrs at plugin’s admin page, I have redirect from mysite.com/news.php?id=123 to mysite.com/?p=321?id=123 and 404 error page. How fix it?

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Query parameters like ?id=123 are passed to the target URL when redirecting so, yes, you will run into this issue in cases like this 🙁

    Advanced options like how to handle query parameters are only available in the PRO version. This forum is only for the free version so if you have any questions about that please contact us through the website.

Viewing 1 replies (of 1 total)

The topic ‘Don’t work redirects with Query string’ is closed to new replies.