theres a loop in your .htaccess for the redirect to your feed.
Paste the content of your .htaccess
” …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>
(@careers_mds)
19 years ago
When I click on the ‘Entries RSS’ link in my default installation, the window eventually times out and I get a redirect error. The ‘Comments RSS’ seems to work OK. The posts do seem to show up on Feedburner however. What’s wrong?
CareersBlog