RSS Feed Link Ends in Redirect Loop – Technical Details Enclosed
-
I have this problem that out of nowhere, the RSS Feed Link (assuming wp-rss2.php), after working properly, will stop working and create an error in Firefox – a Redirect Loop error.
I have used the remedy of disabling all plugins, grabbing the RSS link (which comes up), and then enable all plugins, then testing the RSS link again (which comes up until it doesn’t again).
So, the last time it happened, I grabbed a mysqldump to determine the diff before I fixed it, with what the database looked like afterward.
The only diff was on ID#: 108 of the wp-options table. The difference between the two dumps was the timecode of when each plugin was installed. (I am assuming that it is a timecode, ID# 108 has a long data field that holds an array and I had to break it apart to make any sense of it, it is the last field of all numbers on the array record.) The diff in the timecode is somehow related (and I have no idea how) to the RSS Feeds link working or providing a Redirect Loop error.
I am not very familiar with WordPress core programming (though I am gaining an appreciation for it). If someone could identify what is causing this, I would really really appreciate it.
Many Thanks!
- The topic ‘RSS Feed Link Ends in Redirect Loop – Technical Details Enclosed’ is closed to new replies.