• Hi,
    I need redirect some old url (old style php url like ?param1=XXX&param2=YYY…..) into new wordpress site url.

    I wrote some direct one to one rule.

    Now I must write some many-to-one rule like

    /page.php?param1=X&otherParam…… go to “newUrl”

    So I must write a regexp that match
    /page.php?param1=4&ignoreOtherparameter

    I tested /page.php?param1=4(.*) but not work. I did many other test without result.

    Anyone can help me?

    best reagrds

    https://www.ads-software.com/plugins/redirection/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘301 redirect regexp problem’ is closed to new replies.