404 error when RSS Reader tries to read my feed??? Pleae Help

Discussion in 'XML & RSS' started by ctf20, Jan 9, 2007.

  1. #1
    All of a sudden (it had been working for many months fine), when i try to get my news headlines in RSS Reader for my two feeds i get this error:

    'feed contains a XML syntax error. the remote server returned an error: (404) not found'

    it is also doing it for one other feed i am subscribed too (i did not build this one)

    anybody know what to do? why did it just stop working?

    thanks.
     
    ctf20, Jan 9, 2007 IP
  2. nichevalue

    nichevalue Peon

    Messages:
    479
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Without the URL of the feed we can only guess.

    The first thing to check is to make sure that the feed is still on your site - maybe an error in the script generating the feed has caused the feed to disappear.

    Another place to look would be at any htaccess files.

    Again these are just some stabs in the dark without more information.
     
    nichevalue, Jan 9, 2007 IP
  3. ctf20

    ctf20 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    here's one feed http://www.amlinc.com/amlrss.xml
     
    ctf20, Jan 9, 2007 IP
  4. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #4
    I've checked your .xml file with the unix command "xmlwf" and looks good.
    Your error 404 maybe was a temporary downtime on your server.
    You can try removing the DOCTYPE declaration.
     
    ajsa52, Jan 10, 2007 IP
  5. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #5
    It's working now!
     
    Richie_Ni, Jan 10, 2007 IP
  6. ctf20

    ctf20 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i removed the doc declaration and it worked...any idea why that would cause it to stop working? it had always worked before with it in there....
     
    ctf20, Jan 10, 2007 IP
  7. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #7
    No idea, but I have a site that works with many .xml files (some retrieved from external sites via web services, and other self-mades with perl) and never used the doctype declaration.
     
    ajsa52, Jan 10, 2007 IP