I have following type of dynamic urls.
http://example.com/interviews/sample1/data.xml
http://example.com/interviews/sample1234/data.xml
http://example.com/video/video-2/data.xml
In here interviews, sample1, sample1234, video, video-2...etc are dynamic names. I want to redirect those dynamic urls to following static url.
http://example.com/data.xml
Regards