this helped… but not much.
at first, I was getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /public_html/index.php:1) in /public_html/wp-includes/pluggable.php on line 868
which contains this:
header("Location: $location", true, $status);
after using the mentioned plugin to disable redirects, now I’m getting this other header error:
Warning: Cannot modify header information - headers already sent by (output started at /public_html/index.php:1) in /public_html/wp-includes/feed-rss2.php on line 8
which contains this:
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
any ideas, besides the downgrade?