Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Allow .RSS in IIS?

Options
  • 02-10-2006 3:20pm
    #1
    Registered Users Posts: 55,519 ✭✭✭✭


    Quick question, folks.

    We're experimenting with RSS here in work, and I've uploaded a .RSS file to a local IIS server to see if I can link to it from an RSS reader.

    Its not working (I get a 404).

    I added .rss to my urlscan.ini, and that hasn't helped.

    Any suggestions?


Comments

  • Registered Users Posts: 2,157 ✭✭✭Serbian


    Odd one, are you using Windows Server 2003? If so, you may need to add the .rss file extension to your accepted MIME types. To do this, open Internet Information Services, get the properties of SERVERNAME (local computer). Click MIME Types, choose New and add for extension type .rss, for MIME Type type: application/rss+xml.


  • Registered Users Posts: 55,519 ✭✭✭✭Mr E


    Tried already, Serbian, although I added it as text/xml (from googling, this seems to be the preferred format).

    If I rename the file from news.rss to news.xml, it works fine.

    I'm using IIS 5 on W2K.


  • Registered Users Posts: 2,031 ✭✭✭colm_c


    Generally RSS feeds are .xml (since they are XML and all) and not .rss.

    Have you tried that instead?


Advertisement