Ipstenu,
Thank you for the suggestion. I tried your fix but it didn’t seem to change anything. The file htaccess now looks like this. Did I do it right?
DirectoryIndex index.php
# temp redirect all wordpress feeds to FeedBurner
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/?(feed.*|comments.*) [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]
RewriteRule ^feed/?.*$ http://feeds.feedburner.com/valuebygeorge [L,NC,R=302]
RewriteRule ^comments/?.*$ http://feeds.feedburner.com/valuebygeorgecomments [L,NC,R=302]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Do I need to uninstall the Primary Feedburner plugin while trying this fix?
Any other thoughts?
Thanks,
George