|
#1
|
|||
|
|||
|
Problem with RSS
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 |
|
#2
|
|||
|
|||
|
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 Code:
$atom_url = "http://".$HTTP_HOST.$REQUEST_URI."&x=atom"; Code:
$atom_url = "http://".$HTTP_HOST.$REQUEST_URI."index.php?x=atom"; |
| Post Reply |
| Thread Tools | |
|
|