CGFeedmaker and Google RSS Feed not as expected

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Parapet
Forum Members
Forum Members
Posts: 26
Joined: Tue Jul 28, 2009 8:19 pm

CGFeedmaker and Google RSS Feed not as expected

Post 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.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: CGFeedmaker and Google RSS Feed not as expected

Post 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'
Post Reply

Return to “Modules/Add-Ons”