I need to redirect from path
/articles/20090425-swine-flu-kills.html
to
/2009/04/swine-flu-kills.html
在原始路径中,文章后面的数字是以yyyymmdd格式表示的日期。需要将其转换为新路径中的"/yyyy/mm/"格式。
I suppose need some regex but I am not sure how. Would appreciate help. Thanks