I am going crazy - I have this problem with my FEED I cannot solve

Discussion in 'WordPress' started by Pinayjade, Mar 16, 2009.

  1. #1
    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.
     
    Pinayjade, Mar 16, 2009 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    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, Mar 16, 2009 IP
  3. protos78

    protos78 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Check .htaccess. It looks like your feed is redirected.
     
    protos78, Mar 16, 2009 IP
  4. Pinayjade

    Pinayjade Member

    Messages:
    193
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #4
    @ 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?
     
    Pinayjade, Mar 17, 2009 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    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, Mar 17, 2009 IP
  6. Pinayjade

    Pinayjade Member

    Messages:
    193
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #6
    @ 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
     
    Pinayjade, Mar 17, 2009 IP
  7. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #7
    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. :D

    Mean ur .htaccess file does not have any extra code.
     
    Jalpari, Mar 17, 2009 IP