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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Allow .RSS in IIS?

  • 02-10-2006 2:20pm
    #1
    Registered Users, Registered Users 2 Posts: 55,616 ✭✭✭✭


    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, Registered Users 2 Posts: 2,188 ✭✭✭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, Registered Users 2 Posts: 55,616 ✭✭✭✭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, Registered Users 2 Posts: 2,015 ✭✭✭colm_c


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

    Have you tried that instead?


Advertisement