Redirect Parameters
-
Hi,
we would like to redirect one page to another but dont wanna loose our paramters.Example:
/aaa.html?parameter1=123456
/aaa.html?parameter1=1234788
/aaa.html?parameter1=45634343
/aaa.html?parameter1=3456787>> REDIRECT TO:
/bbb.html?parameter1=123456
/bbb.html?parameter1=1234788
/bbb.html?parameter1=45634343
/bbb.html?parameter1=3456787Is this possible with a “wild card” for the parameter ?
Regards
Jochen
- The topic ‘Redirect Parameters’ is closed to new replies.