• Resolved netburnr

    (@netburnr)


    I am trying to fix redirects from an older version of web software. The links to the various pages were like this

    domainname.com/index.php?pid=2
    domainname.com/index.php?pid=3
    and so on…

    I tried using a source URL of:
    /*pid=2
    /index.php?pid=2
    /+.pid=2

    When it redirects, I get
    https://domainname.com/?pid=2

    I am attempting to redirect to an existing page using a 301 if that matters.

    None of these seem to work, is it possible to do this with your plugin?

Viewing 1 replies (of 1 total)
  • Plugin Author Aaron

    (@aaron13100)

    Hello,

    Probably domainname.com/index.php does not result in a 404, so probably no. The plugin only redirects 404s and cannot redirect pages that exist.

Viewing 1 replies (of 1 total)

The topic ‘Can you redirect index.php?’ is closed to new replies.