” …theres a loop in your .htaccess for the redirect to your feed.”
I’m sorry. I don’t understand. This is latest htaccess entry and was put there to handle permalink. Is it also affecting rss for ‘entries’ but not ‘comments’?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>