• Hi there,

    I have an old blogger blog that ranks quite well, and I have migrated over to www.remarpro.com. I have had someone help with this process, and they have added this .htaccess file. It should be redirecting from blogger to wordpress, for the RSS feed also. Does it look ok?

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    # Redirect Main Blog feeds
    #ATOM Feeds
    RewriteRule atom.xml feed/atom/ [L,R=301]
    RewriteRule feeds/posts/default feed [L,R=301]
    
    #RSS FEEDS
    RewriteRule feeds/posts/default?alt=rss feed/ [L,R=301]
    RewriteRule rss.xml feed/ [L,R=301]
    
    #Comments Feed
    RewriteRule /feeds/comments/default  comments/feed/  [L,R=301]
    RewriteRule /feeds/comments/default?alt=rss comments/feed/  [L,R=301]
    
    #Redirect archives
    RewriteRule ^([0-9]{4})_([0-9]{1,2})_([0-9]{1,2})_archive\.html$ $1/$2/ [L,R=301]
    
    #Redirect labels/tags/categories
    RewriteRule ^search/label/(.*)$ category/$1/ [L,R=301]
    </IfModule>
    # End https://bloggertowp.org
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>
    # END WordPress
Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter rachellucie

    (@rachellucie)

    cheers, @loughcorrib. I’m ok with ftp, and that code I pasted originally is the htaccess pasted by the guy that was supposed to sort all this. I don’t want to mess about. I wondered if I could replace all or some of that with the updated version you gave me (which seems to be quoted on the web elsewhere, too).

    On another note, I have installed the feedsmith feedburner extend plugin. I believe this should amalgamate all my wordpress site feeds?

    Just paste the code as an additional, then you are covering feeds and feedburner. As for plugin I would close this and open a seperate post in plugin forum. Where you have a chance of getting the plugin author.Who are the best people to go to for support
    Don’t forget to replace myfeeds with feed site feed whatever best of luck

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Can someone check my .htaccess code?’ is closed to new replies.