Do ypu mean when you turn off the redirect this http://stayingfitonline.com/feed give you a 403 error? Had to understand – I guess I don’t.
You should turn off FB until your feed is working correctly. The feed from WP is fine without FB and will load in people’s browsers, email, etc.
aright, I de-activated the plugin. I also removed the extra code from .htaccess file too
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(feed|wp-atom|wp-feed|wp-rss|wp-rdf|wp-commentsrss)(.+)\ HTTP/ [NC,OR]
RewriteCond %{QUERY_STRING} ^feed [NC]
RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
RewriteRule .* http://feeds2.feedburner.com/stayingfitonline? [R=307,L]
now the my .htaccess reads like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any ideas, why am I getting the 403 forbidden access message? I get this message when I try to validate the feed.
http://www.feedvalidator.org/check.cgi?url=http://stayingfitonline.com/feed/
This link used to work before 2/19/2009
You might want to read this, http://codex.ww.wp.xz.cn/WordPress_Feeds
Your feed is at http://stayingfitonline.com/feed/atom/ The feed links on your site are not correct and I suspect there is still some redirecting going on.