301 redirect regexp problem
-
Hi,
I need redirect some old url (old style php url like ?param1=XXX¶m2=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&ignoreOtherparameterI tested /page.php?param1=4(.*) but not work. I did many other test without result.
Anyone can help me?
best reagrds
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘301 redirect regexp problem’ is closed to new replies.