• I moved my blog from one host to another. During that time, I used a 301 redirect which I have since deleted.

    For some reason, the atom feed is currently picking up the current blog posts, but the rss2 is not, at least not on bloglines.

    Should I use an .htaccess rewrite for the rss2 or is there some modification I can do to the file?

    In the header, I just used the following code:

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" a href="<a href="<?php bloginfo('rss2_url'); ?>" />

    The feed shows up fine if I use
    https://dearauthor.com/wordpress/feed

    So I am at a loss. If I change the header to use the absolute path of the of the DNS then, the feed looks fine in bloglines, but if I use the relative path using the domain name which resolves to the DNS of my hosting company (am I saying that right), it doesn’t work.

  • The topic ‘RSS Feed not working properly after host move’ is closed to new replies.