Hi -
I'm finalizing a new ecommerce site, and the old site was around for a really long time, i guess it used coldfusion or something like that.
The old URLs look like this:
/store_item_detail.cfm?item_ID=20&cart_ID=1027539129526
All of those same products are in the new processwire site, and i imported the item_ID fields, so i have access to those;
first i tried creating a new page called store_item_detail.cfm with the idea that i could get the item_ID as a get variable and then redirect to the new page; but since the old system doesn't use trailing slashes, i'm kind of stuck on this one...
all i really need to do is get access to that item_ID without PW throwing a 404 and then i can do the redirect...
TIA!