PDA

View Full Version : Problem with RSS


Racer23
09-06-2005, 09:01 AM
I noticed that on all of the templates I chose I cannot get the rss feeds to work on my site. Any suggestions?

Click Here (http://kriswalker.com/iblog)

Connie
09-06-2005, 09:50 AM
It is a known problem and you will find that if you search the forum that "&" in titles brings RSS errors

so please do not use this character, it will be corrected in the future

another problem is an error by ATOM feed.
to correct this, open the index.php with an editor, find line 581
$atom_url = "http://".$HTTP_HOST.$REQUEST_URI."&x=atom";

and change this to
$atom_url = "http://".$HTTP_HOST.$REQUEST_URI."index.php?x=atom";