• I’m not seeing the documentation on how to do this, but I want to set up RSS for my blog. My blog is here: http://gunzour.net/blog, but when you click on the RSS links at the bottom of the page you just get a 404 error. Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The URL of <your.site.com>/feed/rss2 will only work if you MOD_REWRITE enabled and your .htaccess setup to something like:
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
    So make sure that it’s there, also ensure that you have the files wp-feed.php and wp-rss2.php
    Regards

    Thread Starter gunzour

    (@gunzour)

    Ahh… since I can’t use mod_rewrite with my current host, I guess I need to turn off the custom permalinks, which causes the site to use /feed/rss2 as the link to the RSS feed. I took out my custom permalinks and now it appears to work ok.
    Thanks!

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

The topic ‘How to set up RSS?’ is closed to new replies.