FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

RSS Feed Generating 404 error.

Feed 0 posts, 1 voices

Avatar
2 posts

Hey all. I picked up this project from someone else. I’m trying to get the rss feed to work. Previously the site didnt have a blog or articles feature. now its been re-added and the RSS feed I set up is pulling a 404 error.

Here’s what i’ve done so far:

- added the following code to my index page (and blog page)
<link rel=“alternate” type=“application/rss+xml” title=“my title” href=”<?php echo URL_PUBLIC.((USE_MOD_REWRITE)?’‘:’/?’); ?>rss.xml” />

- created a page called Rss Feed with a slug of “rss” and droped the code found on this page:
http://forum.madebyfrog.com/topic/95

- clicking the “RSS” icon or pointing a browser to myurl.com/rss.xml produces a 404 error.

Any ideas whats up? Do I need to do something else?

Thanks