HomeForumsPre-Sales SupportRedirecting Blogger label/archive links to WP

This topic has 2 voices, contains 1 reply, and was last updated by  bloggertowp 384 days ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Author Posts
Author Posts
April 28, 2011 at 1:48 pm #4698

joliu2001

Hi, I was following your instruction on redirecting Blogger label/archive links to corresponding pages in the new WP site, and added the following codes into my .htaccess file but nothing happened. Is there anything else I should be doing to make the directin work?

#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]

April 29, 2011 at 10:30 am #4699

bloggertowp

Hi,

The .htaccess rule is for redirecting your blogger archives pages http://example.com/2010_10_01_archive.html to WordPress archives links http://example.com/2010/10/

and your blogger label URL http://example.com/search/label/label-name get redirect into WordPress Categories URL http://example.com/category/label-name

Thanks,

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.