atalekar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Feeds getting 403 forbidden accessaright, 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 .* https://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.
https://www.feedvalidator.org/check.cgi?url=https://stayingfitonline.com/feed/
This link used to work before 2/19/2009
Forum: Fixing WordPress
In reply to: RSS feed returning a 404 error?Paul,
I am having the same issue, and it broke all of sudden for me. I will update this post if I find a solution. Meanwhile run you feed through feedvalidate site, for I get 403 forbiddent access.
https://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fstayingfitonline.com%2Ffeed
Update this post if you find the solution as well.
Forum: Plugins
In reply to: [Plugin: FeedBurner FeedSmith] Not working with Rss2mfields – let me know if this works for you. I don’t want to hijack you thread but I am having exact same issue, only that my original wordpress feed is missing – it gives me page not found message. php file redirects like you, works for me.