[SOLVED] To get rss feed to validate out of CGFeedMaker
Posted: Fri Apr 05, 2013 8:45 pm
I get this from the feed validator:
Feeds should not be served with the "text/html" media type [help]
Your feed appears to be encoded as "UTF-8", but your server is reporting "US-ASCII" [help]
I believe that AddType application/rss+xml .rss
in .htaccess doesn't work to solve the first problem because the .rss file is not static.
So...where/how do I change the Content-Type and encoding in the header to get these warnings to go away? I messed around with the feed's template but I cannot get it right.
[I have no problem with the pretty_url issue because I access the .rss file with the same name that {$feed_url} reports back.]
Thanks,
Matt
Feeds should not be served with the "text/html" media type [help]
Your feed appears to be encoded as "UTF-8", but your server is reporting "US-ASCII" [help]
I believe that AddType application/rss+xml .rss
in .htaccess doesn't work to solve the first problem because the .rss file is not static.
So...where/how do I change the Content-Type and encoding in the header to get these warnings to go away? I messed around with the feed's template but I cannot get it right.
[I have no problem with the pretty_url issue because I access the .rss file with the same name that {$feed_url} reports back.]
Thanks,
Matt