http://www.blogsnh.com/drupal/syndication

When i click on a feed link, i get promted to download. This happens in IE6 and Firefox.

This was working on another server, but since i moved to the new host, I get these prompts.

The feed links are all valid, but even when I hard-coded a .xml suffix into the module, i still get promts.

Comments

Renirtor’s picture

_bullseye_’s picture

I set the content type to application/xml and text/xml, in the node.module file, but then, instead of a downoad prompt, i got nothing. If i open the link in a new window, the page source is this

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML>

When I click on the links in Firefox, I get a strange page of code. Viewing the source of that page, it is the proper XML!!! der... what?

What else could be missing? Is something modifiying the content-type?

Foodster’s picture

Refering to the link http://drupal.org/node/77117 and this link http://drupal.org/node/77050

does that mean that this is only happen on 4.73, because i do see site that could still get the feed (xml) running without prompting to download.

Like this famous site and cool site, http://www.projectopus.com/rss.xml , http://usmagazine.com/this_minute/feed they dont have problem with the xml rss. So they don't use 4.73?