My feed is showing 404 ERROR. I already validated it and it's showing : Server returned HTTP Error 404: Not Found [help] I don't know what to do. I don't know if the problem is with feedburner or plugins in my WP blog. I am tired of running around in circles. I might have done something stupid - out of frustration, I deleted my feed at feedburner and made another one. It worked but when I checked it again - it was showing some error again so I deleted it again. Please, can anybody help me with this problem. PLEASE before I get a nervous breakdown.
I don't know where you got that feed address from, unless it from a category, but you site feed is: http://www.mommawannabe.com/feed/ Never mind I see. If you can't get an answer here, there is an RSS, XML section in this forum where you may get some experts to help.
@ hmansfield - yes that's my feed but when I click that it goes to the the feed I specified above. Can I just repost this at the RSS,XML thread? Won't I get in trouble for double posting? @ protos - Thanks I will check that. So how do I go about to un - redirect it?
For category feed ur feed is working fine , try this http://www.mommawannabe.com/category/blogging/feed/ And for index feed its showing 404 error plz post ur .htaccess code here or ensure it did not have any extra code, or not redirecting towards 404 file. Hope it will solve ur problem.
@ Jalpari Okay thanks - is it this one? # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Does removing this code solve ur problem? If not then place this code back becasue this code uses for changing permalinks structure which is not extra code. Mean ur .htaccess file does not have any extra code.