I used the rewrite pairs function to redirect broken links after converting my blog from Blogger to Wordpress. The problem is that the redirects are not working.
E.g.
RewriteRule ^/2009/04/5-ways-to-help-curb-chewing-dog.html //2009/04/5-ways-to-help-curb-a-chewing-dog.html [QSA,L]
The new URL is slightly different but it should redirect to the new link, right?
Am I writing the rules incorrectly or is there a bug?