301 redirecting a blog's RSS feed URL?

Posted by Marc Charbonneau on Pro Webmasters See other posts from Pro Webmasters or by Marc Charbonneau
Published on 2014-05-26T20:27:14Z Indexed on 2014/05/26 22:03 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

I moved my personal blog from Wordpress to Ghost this weekend, which changes the RSS feed URL from /feed/ to /rss/.

By default Ghost returns a 301 redirect for /feed/, which I've verified by checking the response header and looking at the logs:

server logs

In Feedly though, new posts aren't being picked up (at least after 24 hours. I'm not sure if they might have a waiting period before updating the URL). What's the correct thing to do in this situation? Do I need to keep /feed/ alive instead of returning a 301? If so, is there a rewrite rule that would let me do this in nginx instead of having to modify the Ghost source code?

© Pro Webmasters or respective owner

Related posts about Wordpress

Related posts about rss