Hi, i try to do 301 redirect from this address:
/web/8888/nsf/sbs.py?&_ID=9884&did=3025&PF=14&G=9884&SM=9884&lang=HE&_UserReference=956357C53FD2C8024C725EE5
to this address:
/?page=product&p_id=9884
the 9884 value is dynamic value the others always not
I try to use:
Redirect 301 "/web/8888/nsf/sbs.py?&_ID=9884&did=3025&PF=14&G=9884&SM=9884&lang=HE&_UserReference=956357C53FD2C8024C725EE5" /?page=product&p_id=9884
someone can help me solve that issue?