I am making a new website to replace an existing website. And we are not keeping the previous permalink structure : see below
OLD URL = http www .domain.com/article.php?ID=3242
NEW URL = http www .domain.com/author/post-name
So we want to redirect the old urls to the new ones. How could I do that easily in the htaccess file ?
I tried redirect 301 but does not work.
RedirectMatch 301 ^/article.php?ID=3242 http://www.domain.com/author/post-name