Created
October 28, 2015 18:46
-
-
Save ryandonsullivan/f8b91d427fb59f09137d to your computer and use it in GitHub Desktop.
This redirects all label archive URLs at Blogger to corresopnding WordPress category archives
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Author: WP Site Care | |
#Link: http://www.wpsitecare.com/import-blogger-to-wordpress/ | |
#Redirect archives | |
RewriteRule ^([0-9]{4})_([0-9]{1,2})_([0-9]{1,2})_archive.html$ $1/$2/ [L,R=301] | |
#Redirect labels/categories | |
RewriteRule ^search/label/(.*)$ category/$1/ [L,R=301] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you need to migrate Blogger to WordPress, our step-by-step guide will walk you through the entire process from beginning to end.