Hey guys,
I'm launching a site tomorrow and i need to map about 160 URLs to new locations on the new site.
My URLs look like this:
SHOP/Borddaekning.aspx?GroupID=GROUP137&cust_cat=bord#bord
SHOP/Kunst.aspx?GroupID=GROUP290&cust_cat=kunst#kunst
SHOP/Kunst.aspx?GroupID=GROUP287&cust_cat=kunst#kunst
SHOP/Samlet-sortiment.aspx?GroupID=GROUP267&cust_cat=samlet#samlet
SHOP/Samlet-sortiment.aspx?ProductID=PROD777&GroupID=GROUP267&cust_cat=samlet#samlet
What i need to do is redirect based on the "GroupID=XXXX" part of the URL.
So i want all URL's that container fx. "GroupID=GROUP267" to be redirected the same new URL.
I've tried various approached, with both Wildcard and REGEX, but i can get it to work, have you guys tried anything similar?
A rule like this doesn't work with Wildcards: *GroupID=GROUP137*
And my attempt at Regex is not worthy of the public :-)
Hope some off you have had this issue and know what to do :)
// Martin