Viewing 1 replies (of 1 total)
  • Thread Starter londoneer

    (@londoneer)

    I solved it, with the following addition to the .htaccess file

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

Viewing 1 replies (of 1 total)
  • The topic ‘Moved from Blogger – 'archive' pages in search result in 404 errors’ is closed to new replies.