Hi Guys,
Hope your all well, this is my first post so please bear with me and i thank you for your patience in advance.
I am trying to write a pattern based mod rewrite rule for a full site migration.
I am trying to rewrite the following URL
http://www.example.com/Search/ProductNumber/14562/WorldWide/Momo+Val+Tech.htm
to
http://www.example.com/chem/momo-val-tech/
after reading various guides and forums i have come up with the following rule.
RewriteRule ^/Search/*[0-9,a-Z]momo+val+tech*[0-9,a-Z] www.example.com/chem/momo-val-tech/ [NC,R=301,L]
However due to my limited knowladge the redirect rule does not work, so i am reaching out and asking for help :)
Thanks for all help in advance.