Page 1 of 1

CGFeedmaker and Google RSS Feed not as expected

Posted: Wed Dec 04, 2013 3:29 pm
by Parapet
Using:
CMSMS v1.11.2.1
CGFeedMaker v1.0.17
PHP v5.3.27

The RSS feed works fine in Firefox, IE 10, Sea Monkey and Safari...but breaks in Chrome and Opera. In the latter two it becomes just plain text that is all run together.

I am using the default CGFeedmaker template made for use with CGBlog, but have no idea what the problem is that's causing the text to run together. The link to the feed is:
http://www.netsitemarketing.com/feeds/n ... keting.rss. Site uses pretty URLs

What am I missing? Thanks in advance for any assistance you can provide.

Re: CGFeedmaker and Google RSS Feed not as expected

Posted: Thu Dec 05, 2013 9:32 pm
by velden
You probably need to configure your web server to give a correct mime type for this feeds:

Code: Select all

Cache-Control	no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection	Keep-Alive
Content-Length	6811
Content-Type	text/html  <--- if you say so, Chrome will process it like a webpage.
Date	Thu, 05 Dec 2013 21:26:50 GMT
Expires	Mon, 26 Jul 1997 05:00:00 GMT
Keep-Alive	timeout=5, max=100
Last-Modified	Thu, 05 Dec 2013 21:26:50 GMT
Pragma	no-cache
Server	Apache/2.2.25
Request Headers
Google for 'htaccess addType rss'