Requesting help with bulk redirects

In my usecase I have a couple hundred of redirects to do that could look like the following. This is all for one redirect.

1. http[s]://www.example.com/display.cfm?path=/brindley
2. http[s]://www.example.com/brindley
3. http[s]://www.example.com/pages/index.cfm?PortalID=525
4. http[s]://www.example.com/pages/?ClientID=5636
5. http[s]://www.example.com/pages/index.cfm?dealerID=525&ClientID=5636

This particular one should redirect to
https://www.example.com/dealer/brindley-auction-service

The last path, brindley-auction-service, will obviously be different for other redirects. Is there a way to accomplish this fairly easy in CF?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.