I want to redirect my site url's with 301 code
http://www.domain.com/index.php?ms=user&ms_1=name --> http://www.domain.com/user/name
http://www.domain.com/index.php?ms=2652&ms_1=title --> http://www.domain.com/2652/title
http://www.domain.com/index.php?ms=questions --> http://www.domain.com/questions
http://www.domain.com/index.php?ms=aaa&ms_1=bbb&ms_2=ccc --> http://www.domain.com/aaa/bbb/ccc
the stuffs after ms
can have space and utf8 characters too
How can I do it ?