Change of permalink structure – redirects in htaccess breaks the archive links
RedirectMatch of Mod_Alias is not as powerful as Mod_Rewrite. If you have Mod_Rewrite on your host (Pretty Permalinks make use of it for example) you could make the redirect only if the URL is not in the Archive link format. To test for that case, there is RewriteCond and to make the redirect command, there … Read more